Skip to content
Snippets Groups Projects
Commit 9a6c2242 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

increase timeout and retry for remote connections

parent df659899
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ quiet: true #!final ...@@ -15,6 +15,8 @@ quiet: true #!final
show_channel_urls: true #!final show_channel_urls: true #!final
anaconda_upload: false #!final anaconda_upload: false #!final
ssl_verify: false #!final ssl_verify: false #!final
remote_connect_timeout_secs: 30 #!final
remote_max_retries: 10 #!final
channels: channels:
- defaults - defaults
''' '''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment