X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/415ecc439212c2a670b1df05c3e8b1a90245243e..d71020ac08d7b6e84d2d8f8d2c9b22d512144baa:/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