antispam: adjust siege threshold

pull/32/head
justcool393 2022-11-30 13:25:32 -06:00
parent e36bd8611a
commit 34f10321fa
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ PFP_DEFAULT_MARSEY = True
NEW_USER_HAT_AGE = 0 # seconds of age to show new-user forced hat
NOTIFICATION_SPAM_AGE_THRESHOLD = 0.5 * 86400
COMMENT_SPAM_LENGTH_THRESHOLD = 50
UNDER_SIEGE_AGE_THRESHOLD = 10
UNDER_SIEGE_AGE_THRESHOLD = 10 * 60
HOLE_NAME = 'hole'
HOLE_STYLE_FLAIR = False