summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/news.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/news.js b/js/news.js
index 77ee6d1fc..d8c848098 100644
--- a/js/news.js
+++ b/js/news.js
@@ -211,7 +211,7 @@ $(document).ready(function(){
event.stopPropagation();
});
- var updateInterval = 20000; //how often the feeds should update (in msec)
+ var updateInterval = 200000; //how often the feeds should update (in msec)
setInterval('News.Feed.updateAll()', updateInterval);
});