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:
Evgeny Poberezkin
2022-02-26 10:04:25 +00:00
committed by GitHub
parent 6ee2f334f6
commit 0389a58f64
3 changed files with 29 additions and 24 deletions
+1
View File
@@ -50,6 +50,7 @@ data ChatConfig = ChatConfig
yesToMigrations :: Bool,
tbqSize :: Natural,
fileChunkSize :: Integer,
subscriptionConcurrency :: Int,
subscriptionEvents :: Bool,
testView :: Bool
}