Merge branch '8784-dir-listings'
[arvados.git] / services / api / config / database.yml.example
index f58cc11c95086c77257aed8331f2092786caddc5..80876888cf53eb512085dd88641b3388cfe0c814 100644 (file)
@@ -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