mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
更改配置项global-thread-pool-size的默认值
This commit is contained in:
@@ -439,7 +439,7 @@ public class LiteflowConfig {
|
||||
|
||||
public Integer getGlobalThreadPoolSize() {
|
||||
if (ObjectUtil.isNull(globalThreadPoolSize)) {
|
||||
return 16;
|
||||
return 64;
|
||||
} else {
|
||||
return globalThreadPoolSize;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ liteflow.monitor.queue-limit=200
|
||||
liteflow.monitor.delay=300000
|
||||
liteflow.monitor.period=300000
|
||||
liteflow.enable-monitor-file=false
|
||||
liteflow.global-thread-pool-size=16
|
||||
liteflow.global-thread-pool-size=64
|
||||
liteflow.global-thread-pool-queue-size=512
|
||||
liteflow.global-thread-pool-executor-class=com.yomahub.liteflow.thread.LiteFlowDefaultGlobalExecutorBuilder
|
||||
liteflow.enable-node-instance-id=false
|
||||
|
||||
Reference in New Issue
Block a user