From 6259cfdf724b3799b1d68e2b504c29ac90ad9b01 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 Mar 2023 10:08:31 +0200 Subject: [PATCH] increase WPD's multiplier from 3.5 to 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 5c790d41d..1ebe017f1 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 = 3.5 + if SITE == 'watchpeopledie.tv': mul = 4 else: mul = 1 if loggedout_counter > (loggedin_counter * mul):