X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7e773735e9d547381a77baeeb139696dfa66a7a6..6c40c1c5b000b2eb0967df0f7ebaf613393501bc:/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