|
@@ -124,7 +124,7 @@ public class SystemConstant {
|
|
|
*/
|
|
|
public static final int CONSUME_MESSAGE_BATCH_MAX_SIZE = 10;
|
|
|
public static final int MAXRECONSUMETIMES = 3;
|
|
|
- public static final String MQDTO_OBJ = "mqDtoObj";
|
|
|
+// public static final String MQDTO_OBJ = "mqDtoObj";
|
|
|
public static final long MESSAGE_TIMEOUT = 3000L;
|
|
|
public static List<String> mqDelayLevelList = null;
|
|
|
public static final String delayLevel = "1s,5s,10s,30s,1m,2m,3m,4m,5m,6m,7m,8m,9m,10m,20m,30m,1h,2h";
|
|
@@ -151,9 +151,7 @@ public class SystemConstant {
|
|
|
public static final String WEBSOCKET_OE_ONLINE_COUNT = "websocket:oe:online:count";
|
|
|
public static final String WEBSOCKET_ADMIN_ONLINE_COUNT = "websocket:admin:online:count";
|
|
|
public static final String GET = "get";
|
|
|
- public static final long WEBSOCKET_MAX_TIME_OUT = 2 * 60 * 1000;
|
|
|
- // public static final long WEBSOCKET_MAX_TIME_OUT = 1 * 60 * 1000;
|
|
|
- // public static final long WEBSOCKET_MAX_TIME_OUT = 10 * 1000;
|
|
|
+ public static final long WEBSOCKET_MAX_TIME_OUT = 1 * 60 * 1000;
|
|
|
public static final String ACK_MESSAGE = "ackMessage";
|
|
|
/**
|
|
|
* 缓存配置
|