forked from MarseyWorld/MarseyWorld
reduce threshold for WPD
parent
614cf94305
commit
ef3fd55c9e
|
@ -57,7 +57,7 @@ def calc_users():
|
|||
g.loggedout_counter = len(loggedout)
|
||||
|
||||
if SITE == 'watchpeopledie.tv':
|
||||
ddos_threshold = 4000
|
||||
ddos_threshold = 3000
|
||||
else:
|
||||
ddos_threshold = 1000
|
||||
|
||||
|
|
Loading…
Reference in New Issue