修改whenQueueLimit默认值

This commit is contained in:
bryan31
2022-03-01 15:31:26 +08:00
parent a05329926c
commit 600e0a71eb

View File

@@ -182,7 +182,7 @@ public class LiteflowConfig {
public Integer getWhenQueueLimit() {
if (ObjectUtil.isNull(whenQueueLimit)) {
return 100;
return 512;
} else {
return whenQueueLimit;
}