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:
@@ -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.
|
||||
=========== =====
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user