Avoid auto deleting pinned threads

This commit is contained in:
Dominic Ferrando
2025-04-26 13:58:23 -04:00
parent 9a759f09ff
commit bae900981d
2 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ var (
POST_MEDIA_THUMB_PATH = "media/posts/thumb"
)
const MAX_THREAD_COUNT = 50
const MAX_THREAD_COUNT = 3
const MAX_BODY_LEN = 3000
const MAX_SUBJECT_LEN = 50