summaryrefslogtreecommitdiff
path: root/schemas/config/3.0.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/config/3.0.schema.json')
-rw-r--r--schemas/config/3.0.schema.json6
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",