mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
feature #IAY66T 修改配置名称
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user