mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
smarter feed entry storing (fixes #10)
This commit is contained in:
@@ -88,7 +88,7 @@ module.controller('CategoryTreeCtrl', function($scope, $timeout, $stateParams,
|
||||
|
||||
$timeout(function refreshTree() {
|
||||
SubscriptionService.init(function() {
|
||||
$timeout(refreshTree, 30000);
|
||||
$timeout(refreshTree, 15000);
|
||||
});
|
||||
}, 30000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user