forked from rDrama/rDrama
1
0
Fork 0

reduce threshold for WPD

master
Aevann 2023-10-26 20:08:17 +03:00
parent 614cf94305
commit ef3fd55c9e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ def calc_users():
g.loggedout_counter = len(loggedout)
if SITE == 'watchpeopledie.tv':
ddos_threshold = 4000
ddos_threshold = 3000
else:
ddos_threshold = 1000