diff --git a/daemon.py b/daemon.py index 3263aa3b7..095a5af3d 100644 --- a/daemon.py +++ b/daemon.py @@ -7144,7 +7144,7 @@ def runDaemon(blogsInstance: bool, mediaInstance: bool, httpd.inboxQueue = [] httpd.sendThreads = sendThreads httpd.postLog = [] - httpd.maxQueueLength = 64 + httpd.maxQueueLength = 256 httpd.ocapAlways = ocapAlways httpd.allowDeletion = allowDeletion httpd.lastLoginTime = 0