summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-07-17 15:24:26 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-07-17 15:24:26 -0400
commit05fd3ebe1250ebb171645990c68b9d540dd8c0ce (patch)
treef1291e789a3484bd2c98c091345c36bfd8d31b3b /js
parent913beaef29483e356a6a096d0c156538d2cbaae8 (diff)
replace simplepie-dev with simplepie-stable
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);
});