Revert "increase wpd threshold to 5k"

This reverts commit 2e3bdc4b8e.
pull/184/head
Aevann 2023-08-10 00:07:43 +03:00
parent 132056d61b
commit 73bb8f6153
1 changed files with 1 additions and 1 deletions

View File

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