X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/15c86f88f1f5124c082e77dedd0b97c5efc93388..69e9a3e41a8d381adc095718a73a8a99a7943a5a:/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