From b4823b1509062f69f63f6c37377898e11f0749d0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 6 Sep 2023 16:30:09 +0300 Subject: [PATCH] increase wpd ddos threshold to 4000 --- 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 eec911c5a..64eca4fc6 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -56,7 +56,7 @@ def calc_users(): g.loggedout_counter = len(loggedout) if SITE == 'watchpeopledie.tv': - ddos_threshold = 3000 + ddos_threshold = 4000 else: ddos_threshold = 1000