make WPD"s mul 3.5 instead of 4

pull/139/head
Aevann 2023-03-13 07:30:11 +02:00
parent 95dc636aa0
commit 0c806e26eb
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 = 3.5
else: mul = 1
if loggedout_counter > (loggedin_counter * mul):