From 3870d15ed6cbe2c5e99a5ee1e7a72fe73de84ab1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 27 Jan 2020 22:17:17 +0000 Subject: [PATCH] Maximum queue length --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index 27c309254..76b5615c8 100644 --- a/daemon.py +++ b/daemon.py @@ -5537,7 +5537,7 @@ def runDaemon(mediaInstance: bool,maxRecentPosts: int, \ httpd.inboxQueue=[] httpd.sendThreads=sendThreads httpd.postLog=[] - httpd.maxQueueLength=16 + httpd.maxQueueLength=64 httpd.ocapAlways=ocapAlways httpd.allowDeletion=allowDeletion httpd.lastLoginTime=0