summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-15 15:55:54 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-15 15:55:54 +0200
commit608ed2deb12504596f8556be47292620f1985fc8 (patch)
tree53b225eb20c15f6ce943d20ef76f2b011931cb9e /js
parent58716d325c235d4ae8101c13d7936da643cb8ccf (diff)
parent04497e9e68516537244c359a06f29aa6b2afce08 (diff)
Merge branch 'newsapp' of git://gitorious.org/owncloud/apps into newsapp
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 ab60950a1..4c57d6cbe 100644
--- a/js/news.js
+++ b/js/news.js
@@ -665,7 +665,7 @@ $(document).ready(function(){
setupFeedList();
News.Feed.updateAll();
- var updateInterval = 200000; //how often the feeds should update (in msec)
+ var updateInterval = 20000; //how often the feeds should update (in msec)
setInterval('News.Feed.updateAll()', updateInterval);
bindItemEventListeners();