forked from MarseyWorld/MarseyWorld
increase WPD's multiplier from 3.5 to 4
parent
fc0d28bda8
commit
6259cfdf72
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue