From 92a12bd2f75c13b3ae31efd7c5e0345746763c86 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 14 Jul 2024 03:14:52 +0300 Subject: [PATCH] 2000 instead of 1000 --- 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 83379a91d..b23fe1e55 100644 --- a/files/routes/wrappers.py +++ b/files/routes/wrappers.py @@ -59,7 +59,7 @@ def calc_users(): if SITE == 'watchpeopledie.tv': ddos_threshold = 3500 else: - ddos_threshold = 1000 + ddos_threshold = 2000 if g.loggedin_counter + g.loggedout_counter > ddos_threshold or (SITE == 'watchpeopledie.tv' and get_setting('login_required')): if not get_setting('under_attack'):