increase WPD"s multiplier to 5

pull/142/head
Aevann 2023-03-18 16:07:07 +02:00
parent 91678f09de
commit 0b2e923c2f
1 changed files with 1 additions and 1 deletions

View File

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