mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
Add max_retries_on_connection_error
This change deprecates the `max_retries` option in settings.ini, replacing it with `max_retries_on_connection_error`, in order to differentiate it from `max_retries_on_checksum_error`.
This commit is contained in:
@@ -9,7 +9,7 @@ print_stacktrace_on_error: False
|
||||
[requests]
|
||||
connection_timeout: 3.5
|
||||
response_timeout: 30
|
||||
max_retries: 5
|
||||
max_retries_on_connection_error: 5
|
||||
retry_backoff: 0.1
|
||||
max_retries_on_checksum_error: 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user