From 177a6af3d6ad18711e8195d6c140cc823f635aed Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 20 Apr 2013 19:10:18 +0200 Subject: update the unread count every 3 minutes --- js/app/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app/app.coffee b/js/app/app.coffee index e859892cb..4dceaa5a9 100644 --- a/js/app/app.coffee +++ b/js/app/app.coffee @@ -26,7 +26,7 @@ angular.module('News', ['OC', 'ui']).config ($provide) -> $provide.value 'Config', config = markReadTimeout: 500 scrollTimeout: 500 - feedUpdateInterval: 1000*60*5 + feedUpdateInterval: 1000*60*3 itemBatchSize: 20 # the autoPageFactor defines how many heights of the box must be left # before it starts autopaging e.g. if it was 2, then it will start -- cgit v1.2.3