소스 검색

数据检查,等待时间调整为1秒

MaiXinRong 4 년 전
부모
커밋
1f13b64101
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/view/shares/check_modal2.ejs

+ 2 - 1
app/view/shares/check_modal2.ejs

@@ -109,7 +109,8 @@
         if (!setting.prefix) setting.prefix = 'check2-';
         if (setting.randomWait) {
             for (const c of setting.checks) {
-                c.wait = _.random(2, 3) + setting.extra;
+                //c.wait = _.random(2, 3) + setting.extra;
+                c.wait = 1;
             }
         }