feature #IAY66T 修改提示描述

This commit is contained in:
DaleLee
2025-07-27 19:28:07 +08:00
parent b170861596
commit 9993c142e2

View File

@@ -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
}
]
}