You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [torrust#1096] reset banning IP list every 2 minutes
Since the new solution with a HashMap consumes more memory, we should
keep hte banning list short. The drawback is clients will be allowed to
send more wrong connections IDs. However, sending 10 requests with wrong
connection IDs every 2 minutos should not affect much the performance,
unless we have many IPs, and in that case we would have a problem with
memory anyway.
In the future Sys Admin could inject this via a setting value.
0 commit comments