更改默认的when-max-workers配置

This commit is contained in:
bryan31
2021-11-11 10:39:14 +08:00
parent 8be6d00c82
commit 14f5411d90

View File

@@ -4,7 +4,7 @@ liteflow.rule-source=config/flow.xml
liteflow.zk-node=/lite-flow/flow
liteflow.slot-size=1024
liteflow.when-max-wait-seconds=15
liteflow.when-max-workers=4
liteflow.when-max-workers=16
liteflow.when-queue-limit=512
liteflow.parse-on-start=true
liteflow.retry-count=0