Commit 3f5a72fbbdd1a513119193746b201e98600ab89b

Authored by Myriam Bouchemit
1 parent 9a64cb83

batch time set to 4 mins

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/InputOutput/WSImpl/Config/WSConfigClass.php
@@ -11,10 +11,10 @@ class WSConfigClass @@ -11,10 +11,10 @@ class WSConfigClass
11 const ORBIT = "getorbites"; 11 const ORBIT = "getorbites";
12 const DATASET = "getdataset"; 12 const DATASET = "getdataset";
13 13
14 - public static $timeToBatchMode = 300; 14 + public static $timeToBatchMode = 240;
15 public static $enableBatch = true; 15 public static $enableBatch = true;
16 public static $file_prefix = "result_"; 16 public static $file_prefix = "result_";
17 - public static $timeLimitQuery = 1800; // secs 17 + public static $timeLimitQuery = 1800; // time limit for the current token in secs
18 18
19 //TODO define during installation 19 //TODO define during installation
20 private static $xslDir = "xml/"; 20 private static $xslDir = "xml/";