summaryrefslogtreecommitdiffstats
path: root/js/app/Config.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/Config.js')
-rw-r--r--js/app/Config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index c4d9d8ff2..a200ceaa5 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -20,7 +20,9 @@ app.config(function ($routeProvider, $provide, $httpProvider) {
// constants
$provide.constant('REFRESH_RATE', 60); // seconds
- $provide.constant('ITEM_BATCH_SIZE', 50); // how many items to autopage by
+ $provide.constant('ITEM_BATCH_SIZE', 40); // how many items should be
+ // fetched initially
+ $provide.constant('ITEM_AUTO_PAGE_SIZE', 20);
$provide.constant('BASE_URL', OC.generateUrl('/apps/news'));
$provide.constant('FEED_TYPE', feedType);
$provide.constant('MARK_READ_TIMEOUT', 0.5);