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:
Evgeny Poberezkin
2023-02-26 16:36:11 +00:00
committed by GitHub
parent ae75be56ea
commit d5f6b76ec5
5 changed files with 4 additions and 5 deletions
-1
View File
@@ -105,7 +105,6 @@ data ChatConfig = ChatConfig
tbqSize :: Natural,
fileChunkSize :: Integer,
inlineFiles :: InlineFilesConfig,
subscriptionConcurrency :: Int,
subscriptionEvents :: Bool,
hostEvents :: Bool,
logLevel :: ChatLogLevel,