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):