diff options
author | BuildTools <unconfigured@null.spigotmc.org> | 2016-03-28 18:48:43 -0230 |
---|---|---|
committer | BuildTools <unconfigured@null.spigotmc.org> | 2016-03-28 18:48:43 -0230 |
commit | b3dd5bae6f0984f694cb75a0b5f9cfe0ab93f957 (patch) | |
tree | b8dcd4e3957dad7e8d3e3f34908b01933922316f /app.js | |
parent | 48afab0b62cd166234b0091c368b120f7b417b26 (diff) | |
parent | f3c1a04b0216a1a53094d3813fa81e3f3ea53004 (diff) | |
download | serverstat-b3dd5bae6f0984f694cb75a0b5f9cfe0ab93f957.tar.gz serverstat-b3dd5bae6f0984f694cb75a0b5f9cfe0ab93f957.tar.bz2 serverstat-b3dd5bae6f0984f694cb75a0b5f9cfe0ab93f957.zip |
Merge branch 'master' of /home/git/repos/serverstat
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,4 +105,4 @@ server.listen(PORT, function(){ refreshStat(); -setInterval(refreshStat,5000); +setInterval(refreshStat,1000); |