diff --git a/files/routes/wrappers.py b/files/routes/wrappers.py index a710c1a7a..588aee2bc 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -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