You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each entry, the request can be retried several times.
Currently the delay is applied before each request.
It should only be applied once before the first request.
Update doc from --delay <MILLISECONDS> | Sets delay before each request
to --delay <MILLISECONDS> | Sets delay before each entry
The delay before each retried request is set with the --retry-interval option.
The text was updated successfully, but these errors were encountered:
Entry is maybe not very clear. Maybe we can be more explicit and refer retry ?
--delay <MILLISECONDS> | Sets delay before each request. The delay is not applied to retried request with --retry. See --retry-interval to space retried request.
For each entry, the request can be retried several times.
Currently the delay is applied before each request.
It should only be applied once before the first request.
Update doc from
--delay <MILLISECONDS> | Sets delay before each request
to
--delay <MILLISECONDS> | Sets delay before each entry
The delay before each retried request is set with the
--retry-interval
option.The text was updated successfully, but these errors were encountered: