Browse Source

Panel - Change notification time

DSR! 4 years ago
parent
commit
a04d9c1aca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pineapple/js/controllers.js

+ 1 - 1
src/pineapple/js/controllers.js

@@ -54,7 +54,7 @@
             $api.getNotifications(function(data){
             $api.getNotifications(function(data){
                 $scope.notifications = data;
                 $scope.notifications = data;
             });
             });
-        }, 6000);
+        }, 20000);
 
 
         $scope.$on('$destroy', function() {
         $scope.$on('$destroy', function() {
             $interval.cancel($scope.notificationInterval);
             $interval.cancel($scope.notificationInterval);