瀏覽代碼

数据检查,等待时间调整为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;
             }
         }