chore: auto-update schema.json

This commit is contained in:
github-actions[bot]
2025-12-20 04:33:09 +00:00
parent 3c039cba49
commit a195b7cb75

View File

@@ -1220,6 +1220,14 @@
}, },
"auto_resume": { "auto_resume": {
"type": "boolean" "type": "boolean"
},
"preemptive_compaction": {
"type": "boolean"
},
"preemptive_compaction_threshold": {
"type": "number",
"minimum": 0.5,
"maximum": 0.95
} }
} }
}, },