increase DDOS mul to 5

pull/143/head
Aevann 2023-05-04 00:04:08 +03:00
parent bc3104c067
commit e629869c48
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ def calc_users():
loggedout_counter = len(loggedout)
if not IS_LOCALHOST:
if loggedout_counter > (loggedin_counter * 3):
if loggedout_counter > (loggedin_counter * 5):
if not get_setting('ddos_detected'):
toggle_setting('ddos_detected')
set_security_level('under_attack')