mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
异步线程等待队列默认大小改为100
This commit is contained in:
@@ -139,7 +139,7 @@ public class LiteflowConfig {
|
||||
|
||||
public Integer getWhenQueueLimit() {
|
||||
if (ObjectUtil.isNull(whenQueueLimit)){
|
||||
return 512;
|
||||
return 100;
|
||||
}else{
|
||||
return whenQueueLimit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user