diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index dc86375f..b906c7c0 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -513,7 +513,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer } }); - $scope.limit = SettingsService.settings.viewMode == 'title' ? 10 : 3; + $scope.limit = SettingsService.settings.viewMode == 'title' ? 10 : 5; $scope.busy = false; $scope.hasMore = true;