调整默认值
This commit is contained in:
parent
0ba9e2292d
commit
2cdb4802f8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user