Merge branch 'master' into 9352-many-nodes-make-workbench-faster
[arvados.git] / services / api / config / database.yml.example
index f58cc11c95086c77257aed8331f2092786caddc5..f995b6a2c369b5dbb071e810997604da686b4004 100644 (file)
@@ -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