Explorar o código

increase time between checks

David %!s(int64=10) %!d(string=hai) anos
pai
achega
7c0e93f217
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      front/controllers/jobsCtrl.js

+ 1 - 1
front/controllers/jobsCtrl.js

@@ -7,7 +7,7 @@ app.controller('jobsCtrl', function ($scope, $http,$interval) {
 	};
 
 	$scope.update();
-	promise = $interval($scope.update, 1500);
+	promise = $interval($scope.update, 3500);
 
 	$scope.stop = function() {
 		$interval.cancel(promise);