mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-18 15:35:19 +00:00
increase server internal queue sizes (#595)
This commit is contained in:
committed by
GitHub
parent
b328492dc9
commit
0dddd59b36
@@ -160,8 +160,8 @@ smpServerCLI cfgPath logPath =
|
||||
serverConfig =
|
||||
ServerConfig
|
||||
{ transports = iniTransports ini,
|
||||
tbqSize = 16,
|
||||
serverTbqSize = 64,
|
||||
tbqSize = 32,
|
||||
serverTbqSize = 128,
|
||||
msgQueueQuota = 128,
|
||||
queueIdBytes = 24,
|
||||
msgIdBytes = 24, -- must be at least 24 bytes, it is used as 192-bit nonce for XSalsa20
|
||||
|
||||
Reference in New Issue
Block a user