Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Increase connection pool to 20 concurrent database connections
Due to the asynchronous nature of FastAPI and the number of requests, it can happen that we have to handle more than the default of 5 requests at the same time.
- Loading branch information