David 10 gadi atpakaļ
vecāks
revīzija
2db669120a
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      front/js/app.js
  2. 1 1
      web.py

+ 1 - 1
front/js/app.js

@@ -64,7 +64,7 @@ app.controller('main', function($scope,$http,$interval) {
 	$scope.showMore = function(l){
 		$scope.limit[l.ID] = $scope.limit[l.ID] ? undefined : l.OUT.length;
 	}
-	$interval($scope.getList, 1000);
+	$interval($scope.getList, 2500);
 });
 
 app.directive('progressBar', function(){

+ 1 - 1
web.py

@@ -7,7 +7,7 @@ import urllib
 
 # Port on which server will run.
 PORT = 8080
-BASE_PATH="/test/" #changes based on webserver
+BASE_PATH="/backend/" #changes based on webserver
 FILE_PATH="/tmp/"