forked from rDrama/rDrama
1
0
Fork 0

make wpd and rdrama have the same ddos multiplier

master
Aevann 2023-04-23 04:58:40 +02:00
parent 3796fa836c
commit 25de0ce213
1 changed files with 1 additions and 4 deletions

View File

@ -77,10 +77,7 @@ def calc_users():
loggedin_counter = len(loggedin)
loggedout_counter = len(loggedout)
if SITE == 'watchpeopledie.tv': mul = 3
else: mul = 1
if loggedout_counter > (loggedin_counter * mul):
if loggedout_counter > (loggedin_counter * 3):
if not get_setting('ddos_detected'):
toggle_setting('ddos_detected')
set_security_level('under_attack')