mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-06-07 00:12:20 +00:00
core: fix failing subscriptions when user address is missing (#377)
* core: fix failing subscriptions when user address is missing * set concurrency limit on subscriptions
This commit is contained in:
committed by
GitHub
parent
6ee2f334f6
commit
0389a58f64
@@ -50,6 +50,7 @@ data ChatConfig = ChatConfig
|
||||
yesToMigrations :: Bool,
|
||||
tbqSize :: Natural,
|
||||
fileChunkSize :: Integer,
|
||||
subscriptionConcurrency :: Int,
|
||||
subscriptionEvents :: Bool,
|
||||
testView :: Bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user