up under_siege post threshold on WPD from 10 minutes to 1 day

pull/195/head
Aevann 2023-08-16 23:25:30 +03:00
parent 5503b49081
commit 24345f48cd
1 changed files with 2 additions and 0 deletions

View File

@ -503,6 +503,8 @@ def execute_under_siege(v, target, body, kind):
if kind in {'message', 'report'} and SITE == 'rdrama.net':
threshold = 86400
elif kind == 'post' and SITE == 'watchpeopledie.tv':
threshold = 86400
else:
threshold = UNDER_SIEGE_AGE_THRESHOLD