2000 instead of 1000

pull/230/head
Aevann 2024-07-14 03:14:52 +03:00
parent 10aadc0119
commit 92a12bd2f7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def calc_users():
if SITE == 'watchpeopledie.tv':
ddos_threshold = 3500
else:
ddos_threshold = 1000
ddos_threshold = 2000
if g.loggedin_counter + g.loggedout_counter > ddos_threshold or (SITE == 'watchpeopledie.tv' and get_setting('login_required')):
if not get_setting('under_attack'):