Refactoring to go with the fixed AMP structure and methods.
This commit is contained in:
parent
d553c46ba5
commit
1d17302d16
6 changed files with 30 additions and 28 deletions
|
|
@ -183,7 +183,7 @@ IDMAPPER_CACHE_MAXSIZE = 200 # (MB)
|
|||
# accept, as a DoS countermeasure. If the rate exceeds this number, incoming
|
||||
# connections will be queued to this rate, so none will be lost.
|
||||
# Must be set to a value > 0.
|
||||
MAX_CONNECTION_RATE = 5
|
||||
MAX_CONNECTION_RATE = 2
|
||||
# Determine how many commands per second a given Session is allowed
|
||||
# to send to the Portal via a connected protocol. Too high rate will
|
||||
# drop the command and echo a warning. Note that this will also cap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue