Skip to content

Commit

Permalink
pushing max connections to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarault committed Nov 30, 2017
1 parent 07333a5 commit a523211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proftpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DefaultServer on
DefaultAddress 127.0.0.1
Port 21
PassivePorts 49152 49407
MaxInstances 30
MaxInstances 100
<IfDefine VERBOSE=ON>
SystemLog /var/log/proftpd/proftpd.log
</IfDefine>
Expand Down

0 comments on commit a523211

Please sign in to comment.