Revert "Add feature to rate limit connections"

This reverts commit a82ab0b07577c624031e725ce780d4bcb77c30b9.
This commit is contained in:
Neil Booth
2016-12-05 23:27:36 +09:00
parent 61917c2686
commit a2a98e3428
-3
View File
@@ -83,9 +83,6 @@ BANDWIDTH_LIMIT - per-session periodic bandwith usage limit in bytes.
end of each period. Currently the period is
hard-coded to be one hour. The default limit value
is 2 million bytes.
CONN_LIMIT - the number of new incoming connections is limited to
CONN_LIMIT_SECS CONN_LIMIT connections every CONN_LIMIT_SECS.
The default is 10 every 10 seconds.
SESSION_TIMEOUT - an integer number of seconds defaulting to 600.
Sessions with no activity for longer than this are
disconnected.