mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
feature #IAY66T 修改提示描述
This commit is contained in:
@@ -208,17 +208,18 @@
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "liteflow.rule-cache.enabled",
|
||||
"name": "liteflow.chain-cache.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Enable rule cache.",
|
||||
"description": "Enable chain cache.",
|
||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "liteflow.rule-cache.capacity",
|
||||
"name": "liteflow.chain-cache.capacity",
|
||||
"type": "java.lang.Integer",
|
||||
"description": "Set rule cache capacity.",
|
||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty"
|
||||
"description": "Set chain cache capacity.",
|
||||
"sourceType": "com.yomahub.liteflow.springboot.LiteflowProperty",
|
||||
"defaultValue": 10000
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user