X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/41bb13b71c8593134c2b34884249ca862b185e04..2480ed0b853d4abb70f039197c8f8e7cd9523901:/services/api/config/database.yml.example diff --git a/services/api/config/database.yml.example b/services/api/config/database.yml.example index f58cc11c95..80876888cf 100644 --- a/services/api/config/database.yml.example +++ b/services/api/config/database.yml.example @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + development: adapter: postgresql template: template0 @@ -24,4 +28,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