docs/PatchedrpmUlnRemote.md in pulp_rpm_client-3.16.1 vs docs/PatchedrpmUlnRemote.md in pulp_rpm_client-3.16.2
- 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]
**uln_server_base_url** | **String** | Base URL of the ULN server. If the uln_server_base_url is not provided pulp_rpm willuse the contents of the DEFAULT_ULN_SERVER_BASE_URL setting instead. | [optional]
## Code Sample
```ruby