Skip to content
Snippets Groups Projects

Improve remote connection handling and remove alway_yes when developing locally

Merged Amir MOHAMMADI requested to merge fixes into master
+ 3
2
@@ -15,8 +15,9 @@ quiet: true #!final
show_channel_urls: true #!final
anaconda_upload: false #!final
ssl_verify: false #!final
remote_connect_timeout_secs: 30 #!final
remote_max_retries: 10 #!final
remote_connect_timeout_secs: 120.0 #!final
remote_max_retries: 50 #!final
remote_read_timeout_secs: 180.0 #!final
channels:
- defaults
'''
Loading