修改parse-mode的默认值

This commit is contained in:
everywhere.z 2024-04-11 13:38:39 +08:00
parent 3b3dab92c8
commit 488bc126c4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
"type": "com.yomahub.liteflow.enums.ParseModeEnum", "type": "com.yomahub.liteflow.enums.ParseModeEnum",
"description": "Set parse mode at startup.", "description": "Set parse mode at startup.",
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty", "sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
"defaultValue": true "defaultValue": "PARSE_ALL_ON_START"
}, },
{ {
"name": "liteflow.retry-count", "name": "liteflow.retry-count",