updated max retries at 60sec
This commit is contained in:
parent
3c7eec1047
commit
a2216d237d
|
@ -4,7 +4,7 @@ import org.gcube.application.geoportaldatamapper.shared.FileReference;
|
||||||
|
|
||||||
public class FetchPDF {
|
public class FetchPDF {
|
||||||
|
|
||||||
private final int MAX_RETRY = 20;
|
private final int MAX_RETRY = 60;
|
||||||
private FileReference fileRef;
|
private FileReference fileRef;
|
||||||
private String code;
|
private String code;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue