mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
刷新的时候不创建文件监听
This commit is contained in:
@@ -199,7 +199,7 @@ public class FlowExecutor {
|
||||
}
|
||||
|
||||
// 文件监听
|
||||
if (liteflowConfig.getEnableMonitorFile()) {
|
||||
if (isStart && liteflowConfig.getEnableMonitorFile()) {
|
||||
try {
|
||||
addMonitorFilePaths(rulePathList);
|
||||
MonitorFile.getInstance().create();
|
||||
|
||||
Reference in New Issue
Block a user