Maximum queue length

main
Bob Mottram 2020-01-27 22:17:17 +00:00
parent 80735f3b61
commit 3870d15ed6
1 changed files with 1 additions and 1 deletions

View File

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