forked from rDrama/rDrama
1
0
Fork 0

reduce threshold back to 4000

master
Aevann 2023-10-18 22:27:35 +03:00
parent 038d39a886
commit 38f8def689
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 = 5000
ddos_threshold = 4000
else:
ddos_threshold = 1000