# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # See https://docs.conda.io/projects/conda/en/latest/configuration.html for details # remote_connect_timeout_secs (float) # The number seconds conda will wait for your client to establish a # connection to a remote url resource. # remote_connect_timeout_secs: 10 # remote_max_retries (int) # The maximum number of retries each HTTP connection should attempt. # remote_max_retries: 6 # remote_backoff_factor (int) # The factor determines the time HTTP connection should wait for # attempt. # remote_backoff_factor: 5 # remote_read_timeout_secs (float) # Once conda has connected to a remote resource and sent an HTTP # request, the read timeout is the number of seconds conda will wait for # the server to send a response. # remote_read_timeout_secs: 60.0