nammayatri / nammayatri/shared-kernel
Make DB connection pool size configurable
Open
@olegromashin is already working on this.
Since Jul 14, 2023.
- Dominant language
- Haskell
- Stars
- 24
- Forks
- 11
- Avg merge
- 15h 16m
- Merged PRs (30d)
- 35
Description
Currently DB connection pool size is hardcoded to 10 here:
https://github.com/nammayatri/shared-kernel/blob/1cbba867fa8c6ea5d028b9c1f4da82ebda3e224a/lib/mobility-core/src/Kernel/Storage/Esqueleto/Config.hs#L52
This value should be taken from config (part of esqDBCfg dhall config) at startup.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.