From ec519746e306b9550d3d24111df84cd8496d6117 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 16 Apr 2020 17:47:33 +0100 Subject: [PATCH] Bigger inbox queue --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 3263aa3b..095a5af3 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