1
0
Fork 0
mirror of synced 2024-05-29 16:50:06 +12:00

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:
nodiscc 2017-08-03 16:24:41 +02:00 committed by GitHub
parent 1e0bb2c854
commit e499b23543

View file

@ -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`/`...`