mirror of https://gitlab.com/bashrc2/epicyon
Increase max item size
parent
a0b404774b
commit
c20f29b3af
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue