forked from rDrama/rDrama
1
0
Fork 0

increase ddos_detected limit to 3000

master
Aevann 2023-07-07 01:23:03 +03:00
parent a775786d24
commit 29876efcca
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def calc_users():
g.loggedin_counter = len(loggedin)
g.loggedout_counter = len(loggedout)
if g.loggedout_counter > 2000:
if g.loggedout_counter > 3000:
if not get_setting('ddos_detected'):
toggle_setting('ddos_detected')
set_security_level('under_attack')