docs/PatchedcontainerContainerRemote.md in pulp_container_client-2.9.10 vs docs/PatchedcontainerContainerRemote.md in pulp_container_client-2.10.0
- old
+ new
@@ -22,10 +22,10 @@
**total_timeout** | **Float** | aiohttp.ClientTimeout.total (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**connect_timeout** | **Float** | aiohttp.ClientTimeout.connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**sock_connect_timeout** | **Float** | aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional]
**headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional]
-**rate_limit** | **Integer** | Limits total download rate in requests per second | [optional]
+**rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional]
**upstream_name** | **String** | Name of the upstream repository | [optional]
**include_tags** | **Array<String>** | A list of tags to include during sync. Wildcards *, ? are recognized. 'include_tags' is evaluated before 'exclude_tags'. | [optional]
**exclude_tags** | **Array<String>** | A list of tags to exclude during sync. Wildcards *, ? are recognized. 'exclude_tags' is evaluated after 'include_tags'. | [optional]
## Code Sample