mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
helper: make max_retries configurable (#296)
* helper: make max_retries configurable Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -2,15 +2,18 @@
|
||||
|
||||
[aqt]
|
||||
concurrency: 4
|
||||
connection_timeout: 3.5
|
||||
response_timeout: 30
|
||||
baseurl: https://download.qt.io
|
||||
7zcmd: 7z
|
||||
|
||||
[requests]
|
||||
connection_timeout: 3.5
|
||||
response_timeout: 30
|
||||
max_retries: 5
|
||||
retry_backoff: 0.1
|
||||
|
||||
[mirrors]
|
||||
blacklist:
|
||||
http://mirrors.ocf.berkeley.edu
|
||||
http://mirrors.ustc.edu.cn
|
||||
http://mirrors.tuna.tsinghua.edu.cn
|
||||
http://mirrors.geekpie.club
|
||||
fallbacks:
|
||||
|
||||
Reference in New Issue
Block a user