From 4b3ad27e081912706c37883a18b9c71ca79c3a0f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 12 Mar 2023 22:46:33 +0200 Subject: [PATCH] increase WPD multiplier --- 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 f85ffa4fa..9e896d182 100644 --- a/files/routes/jinja2.py +++ b/files/routes/jinja2.py @@ -77,7 +77,7 @@ def calc_users(): loggedout_counter = len(loggedout) if get_setting('automatic_DDOS_mitigation'): - if SITE == 'watchpeopledie.tv': mul = 3 + if SITE == 'watchpeopledie.tv': mul = 4 else: mul = 1 if loggedout_counter > (loggedin_counter * mul):