increase WPD multiplier

pull/139/head
Aevann 2023-03-12 22:46:33 +02:00
parent 510d962822
commit 4b3ad27e08
1 changed files with 1 additions and 1 deletions

View File

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