summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
Diffstat (limited to 'js/app')
-rw-r--r--js/app/Config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/Config.js b/js/app/Config.js
index b922e0aa1..0c471e277 100644
--- a/js/app/Config.js
+++ b/js/app/Config.js
@@ -20,7 +20,7 @@ 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', 3); // how many items to autopage by
$provide.constant('BASE_URL', OC.generateUrl('/apps/news'));
$provide.constant('FEED_TYPE', feedType);