X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae7d341b2a46d4740aa6ad76e2756ae6721ad874..6f1c0e1dd16f53ce4fb7e8785a130e5f588500e5:/services/api/config/application.default.yml diff --git a/services/api/config/application.default.yml b/services/api/config/application.default.yml index f1c4dd0286..ddc6eede83 100644 --- a/services/api/config/application.default.yml +++ b/services/api/config/application.default.yml @@ -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