Jelajahi Sumber

暂时设置间隔时间统一为300ms。

tom 2 bulan lalu
induk
melakukan
ce26747ef5

+ 6 - 3
ruoyi-sim/src/main/java/com/ruoyi/sim/constant/CommConst.java

@@ -67,16 +67,19 @@ public interface CommConst {
 
 
     /**
     /**
      * 请求间隔睡眠时间-long
      * 请求间隔睡眠时间-long
+     * default:200L
      */
      */
-    Long SLEEP_LONG = 200L;
+    Long SLEEP_LONG = 300L;
     /**
     /**
      * 请求间隔睡眠时间-mid
      * 请求间隔睡眠时间-mid
+     * default:100L
      */
      */
-    Long SLEEP_MID = 100L;
+    Long SLEEP_MID = 300L;
     /**
     /**
      * 请求间隔睡眠时间-short
      * 请求间隔睡眠时间-short
+     * default:64L
      */
      */
-    Long SLEEP_SHORT = 64L;
+    Long SLEEP_SHORT = 300L;
 
 
     int SOCKET_TIME_OUT = 200;
     int SOCKET_TIME_OUT = 200;