allow '-1' for infinite retries (#300)

This commit is contained in:
Mike Fährmann
2019-06-30 22:55:31 +02:00
parent f7b5c4c3e7
commit 69205df68d
5 changed files with 14 additions and 5 deletions

View File

@@ -301,7 +301,8 @@ extractor.*.retries
=========== =====
Type ``integer``
Default ``4``
Description Number of times a failed HTTP request is retried before giving up.
Description Maximum number of times a failed HTTP request is retried before
giving up or ``-1`` for infinite retries.
=========== =====
@@ -1024,7 +1025,8 @@ downloader.*.retries
=========== =====
Type ``integer``
Default `extractor.*.retries`_
Description Number of retries during file downloads.
Description Maximum number of retries during file downloads
or ``-1`` for infinite retries.
=========== =====