From 20b09b890b8bc6b6f8058c5a8775f9f49a30d840 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 1 Nov 2023 01:46:54 +0300 Subject: [PATCH] increase wpd threshold to 3500 --- 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 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