Increase max item size

merge-requests/8/head
Bob Mottram 2020-12-05 14:32:13 +00:00
parent a0b404774b
commit c20f29b3af
1 changed files with 1 additions and 1 deletions

View File

@ -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