瀏覽代碼

监考端接口

wangliang 4 年之前
父節點
當前提交
e71f1fcace
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themis-business/src/main/java/com/qmth/themis/business/constant/SystemConstant.java

+ 1 - 1
themis-business/src/main/java/com/qmth/themis/business/constant/SystemConstant.java

@@ -145,7 +145,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 = 3 * 60 * 1000;
+    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 String ACK_MESSAGE = "ackMessage";