add delay_on_error option

This commit is contained in:
Peter Bieringer
2026-03-07 15:57:02 +01:00
parent a8735943ad
commit 9cc373132f
4 changed files with 26 additions and 0 deletions

View File

@@ -831,6 +831,14 @@ The maximum number of parallel connections. Set to `0` to disable the limit.
Default: `8`
##### delay_on_error
_(>= 3.7.0)_
Base delay in case of error response (seconds)
Default: `0.01`
##### max_content_length
The maximum size of the request body. (bytes)