X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6988f4d44d2f8f7fc4aa2c381334c44d3133cf31..b73985d8a0c9173aec57f6a81fe540b2813a5bff:/services/api/config/database.yml.example diff --git a/services/api/config/database.yml.example b/services/api/config/database.yml.example index f58cc11c95..f995b6a2c3 100644 --- a/services/api/config/database.yml.example +++ b/services/api/config/database.yml.example @@ -24,4 +24,7 @@ production: username: arvados password: xxxxxxxx host: localhost - + # For the websockets server, prefer a larger database connection pool size since it + # multithreaded and can serve a large number of long-lived clients. See also + # websocket_max_connections configuration option. + pool: 50