summaryrefslogtreecommitdiff
path: root/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app.js')
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index c37aaff..0a5391f 100644
--- a/app.js
+++ b/app.js
@@ -95,4 +95,4 @@ server.listen(PORT, function(){
refreshStat();
-setInterval(refreshStat,5000);
+setInterval(refreshStat,1000);