forked from indymedia/epicyon
Maximum queue length
parent
80735f3b61
commit
3870d15ed6
|
@ -5537,7 +5537,7 @@ def runDaemon(mediaInstance: bool,maxRecentPosts: int, \
|
||||||
httpd.inboxQueue=[]
|
httpd.inboxQueue=[]
|
||||||
httpd.sendThreads=sendThreads
|
httpd.sendThreads=sendThreads
|
||||||
httpd.postLog=[]
|
httpd.postLog=[]
|
||||||
httpd.maxQueueLength=16
|
httpd.maxQueueLength=64
|
||||||
httpd.ocapAlways=ocapAlways
|
httpd.ocapAlways=ocapAlways
|
||||||
httpd.allowDeletion=allowDeletion
|
httpd.allowDeletion=allowDeletion
|
||||||
httpd.lastLoginTime=0
|
httpd.lastLoginTime=0
|
||||||
|
|
Loading…
Reference in New Issue