-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
package ftpSync | ||
|
||
const VERSION = "0.0.7" | ||
const VERSION = "0.0.8" | ||
const TRY_CONNECT_FTP_SERVER_MAX_NUM = 3 | ||
const DEPEND_PROCESS_TIMEOUT_SECONDS = 30 | ||
const SYNC_TO_FTP_MAX_NUM = 3 | ||
const SYNC_TO_FTP_AGAINT_LATER_SECONDS = 3 | ||
const CHECK_FTP_CONNECTION_STATE_INTERVAL_SECONDS = 15 | ||
const CHECK_FTP_CONNECTION_STATE_INTERVAL_SECONDS = 15 | ||
const SYNC_TO_FTP_READ_WRITE_TIMEOUT_SECONDS = 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters