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