fix(config): remove obsolete maxDescendants config

This commit is contained in:
YeonGyu-Kim
2026-04-16 23:13:34 +09:00
parent 611f1cc932
commit 56be458ede
4 changed files with 9 additions and 47 deletions
-5
View File
@@ -5673,11 +5673,6 @@
"minimum": 1,
"maximum": 9007199254740991
},
"maxDescendants": {
"type": "integer",
"minimum": 1,
"maximum": 9007199254740991
},
"staleTimeoutMs": {
"type": "number",
"minimum": 60000