liurunyu
2025-09-13 69cbf8a2fe6c8735f234c7819af9112d72f24dc9
1
2
3
4
5
6
7
8
package com.dy.common.mw.core;
 
public class CoreUnitConfigVo {
    public Long coreInterval = 100L ;//大忙时(除了恒久任务,还有其他任务需处理),核心线程暂停间隔
    public Integer queueWarnSize = 1000 ;//队列报警长度
    public Integer queueMaxSize = 5000 ;//队列最大长度
    public Boolean showStartInfo; //是否在控制台上显示信息
}