From 2e3bdc4b8eb2d84386459ab5853a054911254f42 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 9 Aug 2023 21:40:38 +0300 Subject: [PATCH] increase wpd threshold to 5k --- files/routes/wrappers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/wrappers.py b/files/routes/wrappers.py index 446ed1a22e..0381ebbb8d 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 = 3000 + ddos_threshold = 5000 else: ddos_threshold = 1000