From c20f29b3afaa6aff93bcce7a164c35c3d82f553f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 5 Dec 2020 14:32:13 +0000 Subject: [PATCH] Increase max item size --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index aee21d837..eb46e9e29 100644 --- a/daemon.py +++ b/daemon.py @@ -12983,7 +12983,7 @@ def runDaemon(maxNewswirePosts: int, httpd.maxFeedItemSizeKb = maxFeedItemSizeKb # maximum size of a hashtag category, in K - httpd.maxCategoriesFeedItemSizeKb = 256 + httpd.maxCategoriesFeedItemSizeKb = 1024 if registration == 'open': httpd.registration = True