Skip to content

Commit

Permalink
Add docs for azure.max-http-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Sep 20, 2024
1 parent 093e458 commit fbd0040
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/sphinx/object-storage/file-system-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ system support:
- Maximum number of concurrent write operations. Defaults to 8.
* - `azure.max-single-upload-size`
- [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-access-key-authentication)=
Expand Down

0 comments on commit fbd0040

Please sign in to comment.