Browse Source

请求间隔时间。

tom 5 months ago
parent
commit
3bb02d6ab5

+ 2 - 2
ruoyi-sim/src/main/java/com/ruoyi/sim/service/impl/CommStrategy.java

@@ -12,7 +12,7 @@ public class CommStrategy {
 
     /**
      * 请求间隔睡眠时间-long
-     * default:200L
+     * default:300L
      */
     private static final Long SLEEP_LONG = 300L;
 
@@ -26,7 +26,7 @@ public class CommStrategy {
 
     /**
      * 请求间隔睡眠时间-short
-     * default:64L
+     * default:200L
      */
     private static final Long SLEEP_SHORT = 200L;