The aiohttp.ClientTimeout fields in Remote are expose as connect_timeout, sock_connect_timeout, sock_read_timeout, and total_timeout. Only total_timeout has a default 300 seconds. The type handling of the options as passed to pulp rpm remote update|create insists on a Float. This prevents setting the value back to None or Null. None or 0 should set the parameter to disabled.
The aiohttp.ClientTimeout fields in Remote are expose as
connect_timeout,sock_connect_timeout,sock_read_timeout, andtotal_timeout. Onlytotal_timeouthas a default 300 seconds. The type handling of the options as passed topulp rpm remote update|createinsists on a Float. This prevents setting the value back to None or Null. None or 0 should set the parameter to disabled.