forked from MarseyWorld/MarseyWorld
increase wpd threshold to 3500
parent
7d77fd6c9a
commit
20b09b890b
|
@ -57,7 +57,7 @@ def calc_users():
|
||||||
g.loggedout_counter = len(loggedout)
|
g.loggedout_counter = len(loggedout)
|
||||||
|
|
||||||
if SITE == 'watchpeopledie.tv':
|
if SITE == 'watchpeopledie.tv':
|
||||||
ddos_threshold = 3000
|
ddos_threshold = 3500
|
||||||
else:
|
else:
|
||||||
ddos_threshold = 1000
|
ddos_threshold = 1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue