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