调整默认值

This commit is contained in:
wenc000 2020-08-11 10:20:37 +08:00
parent 0ba9e2292d
commit 2cdb4802f8

View File

@ -22,7 +22,7 @@ public class SocketClientBO implements Serializable {
private String clientId; private String clientId;
private Long lastTime; private Long lastTime;
private Channel channel; private Channel channel;
private Integer emailNoticeCount = 0; private Integer emailNoticeCount;
private Map<String, Object> systemInfo = new HashMap<>(); private Map<String, Object> systemInfo = new HashMap<>();
private List<Map<String, Object>> diskList = new ArrayList<>(); private List<Map<String, Object>> diskList = new ArrayList<>();
private Queue<Map<String, Object>> memoryQueue = EvictingQueue.create(120); private Queue<Map<String, Object>> memoryQueue = EvictingQueue.create(120);