Quellcode durchsuchen

Panel - Change notification time

DSR! vor 4 Jahren
Ursprung
Commit
a04d9c1aca
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);