forked from rDrama/rDrama
1
0
Fork 0

increase wpd threshold to 3500

master
Aevann 2023-11-01 01:46:54 +03:00
parent 7d77fd6c9a
commit 20b09b890b
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 = 3000
ddos_threshold = 3500
else:
ddos_threshold = 1000