We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently DB connection pool size is hardcoded to 10 here:
10
shared-kernel/lib/mobility-core/src/Kernel/Storage/Esqueleto/Config.hs
Line 52 in 1cbba86
This value should be taken from config (part of esqDBCfg dhall config) at startup.
esqDBCfg
The text was updated successfully, but these errors were encountered:
Backend/feat: ##93 Add cfg
6f464de
olegromashin
No branches or pull requests
Currently DB connection pool size is hardcoded to
10
here:shared-kernel/lib/mobility-core/src/Kernel/Storage/Esqueleto/Config.hs
Line 52 in 1cbba86
This value should be taken from config (part of
esqDBCfg
dhall config) at startup.The text was updated successfully, but these errors were encountered: