fix: align active-memory timeout schema (#68480) (thanks @Bartok9)

This commit is contained in:
Peter Steinberger
2026-04-18 19:19:02 +01:00
parent 866d1eef0a
commit afebeb5e9a
4 changed files with 31 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
"type": "string",
"enum": ["off", "minimal", "low", "medium", "high", "xhigh", "adaptive"]
},
"timeoutMs": { "type": "integer", "minimum": 250 },
"timeoutMs": { "type": "integer", "minimum": 250, "maximum": 120000 },
"queryMode": {
"type": "string",
"enum": ["message", "recent", "full"]