From 7148a0a09424ece8ce491235f14e8103c31ea3d9 Mon Sep 17 00:00:00 2001 From: Dominic Ferrando Date: Sat, 26 Apr 2025 13:58:56 -0400 Subject: [PATCH] Avoid deleting pinned threads --- internal/util/posts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/util/posts.go b/internal/util/posts.go index ebaf940..768ba7f 100644 --- a/internal/util/posts.go +++ b/internal/util/posts.go @@ -28,7 +28,7 @@ var ( POST_MEDIA_THUMB_PATH = "media/posts/thumb" ) -const MAX_THREAD_COUNT = 3 +const MAX_THREAD_COUNT = 50 const MAX_BODY_LEN = 3000 const MAX_SUBJECT_LEN = 50