forked from MarseyWorld/MarseyWorld
remove rdrama exception
parent
563f89ec46
commit
24f6154213
|
@ -61,7 +61,6 @@ def calc_users():
|
||||||
else:
|
else:
|
||||||
ddos_threshold = 1000
|
ddos_threshold = 1000
|
||||||
|
|
||||||
if SITE != 'rdrama.net':
|
|
||||||
if g.loggedin_counter + g.loggedout_counter > ddos_threshold:
|
if g.loggedin_counter + g.loggedout_counter > ddos_threshold:
|
||||||
if not get_setting('under_attack'):
|
if not get_setting('under_attack'):
|
||||||
set_setting('under_attack', True)
|
set_setting('under_attack', True)
|
||||||
|
|
Loading…
Reference in New Issue