diff options
author | Valery Piashchynski <[email protected]> | 2023-10-05 23:39:17 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-10-05 23:39:17 +0200 |
commit | ea650c958c7011a05ffa9ed8c80816f99168151e (patch) | |
tree | 55f999886ed2e07b34547e978362a6ac7e5a6756 /schemas/config | |
parent | 977c81c26c58d6cb73d4a2f5447af7b9ee21615e (diff) |
release: v2023.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'schemas/config')
-rw-r--r-- | schemas/config/3.0.schema.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/schemas/config/3.0.schema.json b/schemas/config/3.0.schema.json index a807cdef..a7095962 100644 --- a/schemas/config/3.0.schema.json +++ b/schemas/config/3.0.schema.json @@ -2296,6 +2296,12 @@ "$ref": "#/definitions/Duration", "default": "60s" }, + "stream_timeout": + { + "description": "Timeout for the stream cancellation. Zero means the default limit - 60s", + "$ref": "#/definitions/Duration", + "default": "60s" + }, "destroy_timeout": { "description": "Timeout for worker destroying before process killing. Zero means the default limit - 60s", "$ref": "#/definitions/Duration", |