X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..929e817fc1c91e1d9a0afcfcab93fe07304d9be5:/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