forked from rDrama/rDrama
1
0
Fork 0

reduce threshold to 1000

master
Aevann 2023-06-25 21:49:05 +03:00
parent 3c08da126d
commit 7434e1ce8d
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ def calc_users():
loggedin_counter = len(loggedin)
loggedout_counter = len(loggedout)
if loggedout_counter > 1300:
if loggedout_counter > 1000:
if not get_setting('ddos_detected'):
toggle_setting('ddos_detected')
set_security_level('under_attack')