increase wpd ddos threshold to 4000

master
Aevann 2023-09-06 16:30:09 +03:00
parent 68f0669d96
commit b4823b1509
1 changed files with 1 additions and 1 deletions

View File

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