increase WPD's multiplier from 3.5 to 4

pull/142/head
Aevann 2023-03-17 10:08:31 +02:00
parent fc0d28bda8
commit 6259cfdf72
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 = 3.5
if SITE == 'watchpeopledie.tv': mul = 4
else: mul = 1
if loggedout_counter > (loggedin_counter * mul):