Merge branch 'master' into 9352-many-nodes-make-workbench-faster
[arvados.git] / services / api / config / application.default.yml
index f1c4dd02866049368442febaa22ba7ed2b10245f..ddc6eede835a8cf4ceb790a3056e313e6c1e91d0 100644 (file)
@@ -70,6 +70,16 @@ common:
   # websockets, otherwise none at all.
   websocket_address: false
 
+  # Maximum number of websocket connections allowed
+  websocket_max_connections: 500
+
+  # Maximum number of events a single connection can be backlogged
+  websocket_max_notify_backlog: 1000
+
+  # Maximum number of subscriptions a single websocket connection can have
+  # active.
+  websocket_max_filters: 10
+
   # Git repositories must be readable by api server, or you won't be
   # able to submit crunch jobs. To pass the test suites, put a clone
   # of the arvados tree in {git_repositories_dir}/arvados.git or