Commit 3f5a72fbbdd1a513119193746b201e98600ab89b
1 parent
9a64cb83
Exists in
master
and in
56 other branches
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 | 11 | const ORBIT = "getorbites"; |
12 | 12 | const DATASET = "getdataset"; |
13 | 13 | |
14 | - public static $timeToBatchMode = 300; | |
14 | + public static $timeToBatchMode = 240; | |
15 | 15 | public static $enableBatch = true; |
16 | 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 | 19 | //TODO define during installation |
20 | 20 | private static $xslDir = "xml/"; | ... | ... |