reduce wait time growth rate from exponential to linear

Waiting for 2**N seconds after each error grows too fast.
Simply waiting N seconds seems far more reasonable.
This commit is contained in:
Mike Fährmann
2020-09-06 22:38:25 +02:00
parent bc48514d84
commit f6fd449b59
4 changed files with 7 additions and 12 deletions

View File

@@ -723,9 +723,6 @@ extractor.deviantart.wait-min
Type ``integer``
Default ``0``
Description Minimum wait time in seconds before API requests.
Note: This value will internally be rounded up
to the next power of 2.
=========== =====