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