mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
修改whenQueueLimit默认值
This commit is contained in:
@@ -182,7 +182,7 @@ public class LiteflowConfig {
|
||||
|
||||
public Integer getWhenQueueLimit() {
|
||||
if (ObjectUtil.isNull(whenQueueLimit)) {
|
||||
return 100;
|
||||
return 512;
|
||||
} else {
|
||||
return whenQueueLimit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user