Skip to content
New issue

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

Increase number of docker max connections to 250 #123

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Commits on Nov 15, 2023

  1. 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.
    Uxio0 committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    546f257 View commit details
    Browse the repository at this point in the history