clarify TIMEOUT option purpose
This option does not set a timeout for establishing connections (non-responding hosts): instead it is the maximum allowed time for a page download. If the page is large, setting a low timeout value may cause the transfer to abort, even if the transfer speed is good enough.
This commit is contained in:
parent
1e0bb2c854
commit
e499b23543
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ env CHROME_BINARY=google-chrome-stable RESOLUTION=1440,900 FETCH_PDF=False ./arc
|
|||
- path to wget: `WGET_BINARY` values: [`wget`]/`/usr/local/bin/wget`/`...`
|
||||
|
||||
**Archive Options:**
|
||||
- download timemout: `TIMEOUT` values: [`60`]/`30`/`...`
|
||||
- maximum allowed download time per link: `TIMEOUT` values: [`60`]/`30`/`...`
|
||||
- archive methods: `FETCH_WGET`, `FETCH_PDF`, `FETCH_SCREENSHOT`, `FETCH_FAVICON`, `SUBMIT_ARCHIVE_DOT_ORG` values: [`True`]/`False`
|
||||
- archive images/css/js: `FETCH_WGET_REQUISITES` values: [`True`]/`False` (True is highly recommended)
|
||||
- screenshot: `RESOLUTION` values: [`1440,900`]/`1024,768`/`...`
|
||||
|
|
Loading…
Add table
Reference in a new issue