diff --git a/src/js/main.js b/src/js/main.js index 362d49cee..f661b7cfd 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -77,7 +77,7 @@ angular.module('Application').controller('MainController', ['$scope', '$route', if (error) console.error(error); else $scope.notifications = results; - $timeout(refreshNotifications, 10000); + $timeout(refreshNotifications, 60 * 1000); }); }