Update serverstatus.js

刷新默认 2ms -> 1ms
pull/32/head
cppla 2018-08-09 12:39:16 +08:00 committed by GitHub
parent a942ad51a1
commit 946b478268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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