diff --git a/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 615533078..14a9b624a 100644 --- a/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/liteflow-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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 } ] } \ No newline at end of file