mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
修改默认WHEN线程池线程名称
This commit is contained in:
@@ -22,7 +22,7 @@ public class LiteFlowDefaultWhenExecutorBuilder implements ExecutorBuilder {
|
|||||||
liteflowConfig = new LiteflowConfig();
|
liteflowConfig = new LiteflowConfig();
|
||||||
}
|
}
|
||||||
return buildDefaultExecutor(liteflowConfig.getWhenMaxWorkers(), liteflowConfig.getWhenMaxWorkers(),
|
return buildDefaultExecutor(liteflowConfig.getWhenMaxWorkers(), liteflowConfig.getWhenMaxWorkers(),
|
||||||
liteflowConfig.getWhenQueueLimit(), "lf-when-thead-");
|
liteflowConfig.getWhenQueueLimit(), "when-thread-");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user