diff options
author | Valery Piashchynski <[email protected]> | 2024-02-01 23:13:25 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-02-01 23:13:25 +0100 |
commit | f85c5b39a6d670d9189012948e6f49d3414f4ce3 (patch) | |
tree | 9b81c573d0cb1af1c851cf618c41ce48ddd2fa92 /schemas/config | |
parent | eb351fb93b80d2ae0d01c28a9ffa510f127eb004 (diff) |
chore: update schema
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 bb633e27..34b19f57 100644 --- a/schemas/config/3.0.schema.json +++ b/schemas/config/3.0.schema.json @@ -2274,6 +2274,12 @@ "minimum": 0, "default": 0 }, + "max_queue_size": { + "description": "[2023.3.10]. Maximum size of the internal requests queue. After reaching the limit, all additional requests would be rejected with error.", + "type": "integer", + "minimum": 0, + "default": 0 + }, "allocate_timeout": { "description": "Timeout for worker allocation. Zero means the default limit - 60s", "$ref": "#/definitions/Duration", |