From ef3fd55c9e931846d89202a0868e80b9ad2e0d89 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 26 Oct 2023 20:08:17 +0300 Subject: [PATCH] reduce threshold for WPD --- 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 13395a23e..a710c1a7a 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 = 4000 + ddos_threshold = 3000 else: ddos_threshold = 1000