Merge pull request #3241 from cpkt9762/fix/configurable-task-cleanup-delay

feat(background-task): make taskCleanupDelayMs configurable
This commit is contained in:
YeonGyu-Kim
2026-05-21 12:58:54 +09:00
committed by GitHub
3 changed files with 7 additions and 1 deletions
+4
View File
@@ -5744,6 +5744,10 @@
"type": "number",
"minimum": 10000
},
"taskCleanupDelayMs": {
"type": "number",
"minimum": 60000
},
"syncPollTimeoutMs": {
"type": "number",
"minimum": 60000