Explorar o código

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

MaiXinRong %!s(int64=4) %!d(string=hai) anos
pai
achega
1f13b64101
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
             }
         }