Skip to content

Commit

Permalink
Adding timeout #12 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AndMu committed Jun 4, 2018
1 parent 22510e1 commit b65f468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ It can also run as Windows service.
```
{
"Scan": 30,
"Timeout": 1200,
"Archive": 2,
"Output": {
"Compress": false,
Expand Down Expand Up @@ -40,6 +41,7 @@ It can also run as Windows service.
```

- **Scan** - frequency of FTP scan (in seconds)
- **Timeout** - FTP scan Timeout(hard) (in seconds)
- **Archive** - delete previously downloaded old files. Number specifies how many days you want to keep history.

## Output
Expand Down
1 change: 1 addition & 0 deletions src/YiScanner/service.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"Scan": 30,
"Timeout": 1200,
"Output": {
"Compress": false,
"Images": false,
Expand Down

0 comments on commit b65f468

Please sign in to comment.