feature #IAY66T 修改配置名称

This commit is contained in:
DaleLee
2024-12-08 11:28:00 +08:00
parent d4a8f25132
commit b14234603a
8 changed files with 21 additions and 21 deletions

View File

@@ -39,7 +39,7 @@ public class RuleCacheTest extends BaseTest {
public static void init() {
LiteflowConfig config = new LiteflowConfig();
config.setRuleSource("ruleCache/flow.el.xml");
config.setEnableRuleCache(true);
config.setRuleCacheEnabled(true);
config.setRuleCacheCapacity(5);
flowExecutor = FlowExecutorHolder.loadInstance(config);
}