From 34f10321fa8ddc453889bcdfba5d046d812d2f8d Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 30 Nov 2022 13:25:32 -0600 Subject: [PATCH] antispam: adjust siege threshold --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index f70923fda..a2023a3b0 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -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