diff options
Diffstat (limited to 'schemas')
-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", |