diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-03-10 14:55:47 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-03-10 14:55:47 -0700 |
commit | f3c1a04b0216a1a53094d3813fa81e3f3ea53004 (patch) | |
tree | 057c018c0ddf0c061c123cf2e129fe635b247fa2 | |
parent | 3ae57a7e60e977c6838305c802fbde72950e4054 (diff) | |
download | serverstat-f3c1a04b0216a1a53094d3813fa81e3f3ea53004.tar.gz serverstat-f3c1a04b0216a1a53094d3813fa81e3f3ea53004.tar.bz2 serverstat-f3c1a04b0216a1a53094d3813fa81e3f3ea53004.zip |
1s
-rw-r--r-- | app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,4 +95,4 @@ server.listen(PORT, function(){ refreshStat(); -setInterval(refreshStat,5000); +setInterval(refreshStat,1000); |