mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
faster queries for categories
This commit is contained in:
@@ -102,7 +102,7 @@ module.controller('FeedListCtrl', function($scope, $routeParams, $http,
|
||||
$scope.refreshList();
|
||||
});
|
||||
|
||||
$scope.limit = 10;
|
||||
$scope.limit = 20;
|
||||
$scope.busy = false;
|
||||
$scope.hasMore = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user