increase WPD's ddos thershold to 5000

pull/216/head
Aevann 2023-10-18 20:23:20 +03:00
parent b463fb5326
commit 9bba04f939
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 = 5000
else:
ddos_threshold = 1000