Too many connections created during the startup of hacker-news example with custom read-models enabled #2123
Labels
bug
Issues related to defects and incorrect/unexpected feature behavior
severity: minor
Issues with low impact on the product, e.g., small improvements or imperfections
I've made a branch where the number of created connections is printed - https://github.com/reimagined/resolve/tree/connection-number-dont-merge
It appears during the startup of
hacker-news
example there are many connections made (up to 70).You can check it yourself by running
That happens due to the presense of custom read-models. The number of connections decreases drastically when we disable
Search
read-model in config.The text was updated successfully, but these errors were encountered: