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