소스 검색

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

xujunjie 1 년 전
부모
커밋
0045b73f04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
       };