Update serverstatus.js

刷新默认 2ms -> 1ms
pull/55/head
cppla 2018-08-09 12:39:16 +08:00 committed by GitHub
parent b92e3de094
commit 232b12814a
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ function updateTime() {
uptime();
updateTime();
setInterval(uptime, 2000);
setInterval(uptime, 1000);
setInterval(updateTime, 500);