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