small change to post_rate_limit (cuz it catches failed submissions)

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-18 12:21:10 +02:00
parent 6e65a0c198
commit 001ff55980
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ EMOJI_MARSEYS = True
EMOJI_SRCS = ['files/assets/emojis.json']
PIN_LIMIT = 3
POST_RATE_LIMIT = '1/second;2/minute;10/hour;50/day'
POST_RATE_LIMIT = '10/hour;50/day'
POST_TITLE_LENGTH_LIMIT = 500 # do not make larger than 500 without altering the table
POST_TITLE_HTML_LENGTH_LIMIT = 1500 # do not make larger than 1500 without altering the table
POST_BODY_LENGTH_LIMIT = 20000 # do not make larger than 20000 without altering the table