mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-21 11:29:35 +08:00
Update Constant.java
This commit is contained in:
parent
3225f02bf9
commit
bfabe29127
@ -9,6 +9,6 @@ public class Constant {
|
|||||||
public static final int DEFAULT_TIMEOUT = 60000;
|
public static final int DEFAULT_TIMEOUT = 60000;
|
||||||
public static final int DEFAULT_MAX_TRAVERSAL_LEVEL = 100;
|
public static final int DEFAULT_MAX_TRAVERSAL_LEVEL = 100;
|
||||||
public static final String DEFAULT_FTP_CONNECT_PATTERN = "PASV";
|
public static final String DEFAULT_FTP_CONNECT_PATTERN = "PASV";
|
||||||
|
public static final boolean DEFAULT_FTP_DELETE_SRC = false;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user