From 0c806e26ebebe985b0686d8afeb72cf047fd7ade Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 13 Mar 2023 07:30:11 +0200 Subject: [PATCH] make WPD"s mul 3.5 instead of 4 --- 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..5c790d41d 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 = 3.5 else: mul = 1 if loggedout_counter > (loggedin_counter * mul):