mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-24 16:55:24 +00:00
server: make main SMP server queues unbounded (#802)
This commit is contained in:
committed by
GitHub
parent
3fee468051
commit
1901e96ecc
+1
-1
@@ -82,7 +82,7 @@ cfg =
|
||||
ServerConfig
|
||||
{ transports = undefined,
|
||||
tbqSize = 1,
|
||||
serverTbqSize = 1,
|
||||
-- serverTbqSize = 1,
|
||||
msgQueueQuota = 4,
|
||||
queueIdBytes = 24,
|
||||
msgIdBytes = 24,
|
||||
|
||||
Reference in New Issue
Block a user