修改parse-mode的默认值
This commit is contained in:
parent
3b3dab92c8
commit
488bc126c4
|
@ -115,7 +115,7 @@
|
|||
"type": "com.yomahub.liteflow.enums.ParseModeEnum",
|
||||
"description": "Set parse mode at startup.",
|
||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
||||
"defaultValue": true
|
||||
"defaultValue": "PARSE_ALL_ON_START"
|
||||
},
|
||||
{
|
||||
"name": "liteflow.retry-count",
|
||||
|
|
Loading…
Reference in New Issue