From 9bba04f939b64b176f270b16e054be7eaed4d78b Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 18 Oct 2023 20:23:20 +0300 Subject: [PATCH] increase WPD's ddos thershold to 5000 --- 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 4e951310f..7dbe0cea7 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 = 5000 else: ddos_threshold = 1000