Explorar el Código

获取用户列表时间由5秒改为30秒一次

xujunjie hace 1 año
padre
commit
0045b73f04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/controllers/server.js

+ 1 - 1
src/controllers/server.js

@@ -222,7 +222,7 @@ const server = {
         }, 60000);
         _this.userTimer = setInterval(function() {
           _this.sendQueryUser();
-        }, 5 * 1000);
+        }, 30 * 1000);
         _this.sendQueryUser();
       };