mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
core: increase default queue sizes to 1024, fix broadcast bot not to lock when queue is smaller than the number of contacts (#1955)
This commit is contained in:
committed by
GitHub
parent
ae75be56ea
commit
d5f6b76ec5
@@ -135,7 +135,7 @@ mobileChatOpts dbFilePrefix dbKey =
|
||||
logConnections = False,
|
||||
logServerHosts = True,
|
||||
logAgent = False,
|
||||
tbqSize = 64
|
||||
tbqSize = 1024
|
||||
},
|
||||
chatCmd = "",
|
||||
chatCmdDelay = 3,
|
||||
|
||||
Reference in New Issue
Block a user