diff --git a/files/routes/wrappers.py b/files/routes/wrappers.py index 0381ebbb8d..446ed1a22e 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -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