From 0b2e923c2f5a2361f06fadb72592dea84ecc2f8f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 18 Mar 2023 16:07:07 +0200 Subject: [PATCH] increase WPD"s multiplier to 5 --- files/routes/jinja2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/jinja2.py b/files/routes/jinja2.py index 1ebe017f1..91ef9cebd 100644 --- a/files/routes/jinja2.py +++ b/files/routes/jinja2.py @@ -78,7 +78,7 @@ def calc_users(): loggedout_counter = len(loggedout) if get_setting('automatic_DDOS_mitigation'): - if SITE == 'watchpeopledie.tv': mul = 4 + if SITE == 'watchpeopledie.tv': mul = 5 else: mul = 1 if loggedout_counter > (loggedin_counter * mul):