Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase number of docker max connections to 250
- Quickly a `OperationalError: FATAL: sorry, too many clients already using` was triggered. - Postgres configures by default max connections to 100. - Every python web/worker opens 50 connections to the database: web, worker-indexer, worker-tokens and worker-notifications. Total: 200.
- Loading branch information