@@ -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(){
@@ -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/"