From 61fb7b93a07917b21be6ada1003d07c8ba221fbe Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 23 Apr 2013 12:25:27 +0200 Subject: added configuration info --- js/app/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/app/app.coffee b/js/app/app.coffee index 4dceaa5a9..f9fe4b526 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*3 + feedUpdateInterval: 1000*60*3 # miliseconds 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