Update serverstatus.js

刷新默认 2ms -> 1ms
This commit is contained in:
cppla 2018-08-09 12:39:16 +08:00 committed by GitHub
parent b92e3de094
commit 232b12814a

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