summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-20 16:30:47 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-20 16:30:47 +0200
commitad919b8965ec98a0549c9ad75dd6f5053df895f4 (patch)
tree3ff97964f0b31b3109e51299ecbe8be696206a56 /js
parent43448880561846bf0c71f0b8836500a3cb8017c9 (diff)
added backgroundjob infos
Diffstat (limited to 'js')
-rw-r--r--js/app/app.coffee2
-rw-r--r--js/public/app.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/js/app/app.coffee b/js/app/app.coffee
index bf2ab08ec..e859892cb 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*10
+ feedUpdateInterval: 1000*60*5
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
diff --git a/js/public/app.js b/js/public/app.js
index 10f9b4a7b..92f5f1926 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -41,7 +41,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
return $provide.value('Config', config = {
markReadTimeout: 500,
scrollTimeout: 500,
- feedUpdateInterval: 1000 * 60 * 10,
+ feedUpdateInterval: 1000 * 60 * 5,
itemBatchSize: 20,
autoPageFactor: 6
});