Skip to content

Commit

Permalink
Correct docs for azure.max-http-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua authored and martint committed Sep 25, 2024
1 parent 5a5ff76 commit 117c74e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/src/main/sphinx/object-storage/file-system-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ system support:
- [Data size](prop-type-data-size) Defaults to `4MB`.
* - `azure.max-http-requests`
- Maximum [integer](prop-type-integer) number of concurrent HTTP requests to
Azure on every node. Defaults to double the number of processors on the
node. Minimum `1`. Use this property to reduce the number of connections
when you observe too many connections from your Trino cluster nodes to
Azure Storage and encounter rate limiting issues.

Azure from every node. Defaults to double the number of processors on the
node. Minimum `1`. Use this property to reduce the number of requests when
you encounter rate limiting issues.
:::

(azure-access-key-authentication)=
Expand Down

0 comments on commit 117c74e

Please sign in to comment.