From f0abdf0da697c242c507aa9ca0c614a88509c5da Mon Sep 17 00:00:00 2001 From: Colebow Date: Wed, 19 Jun 2024 18:19:59 -0700 Subject: [PATCH] Document S3 max connections default change --- docs/src/main/sphinx/object-storage/file-system-s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/sphinx/object-storage/file-system-s3.md b/docs/src/main/sphinx/object-storage/file-system-s3.md index 3e42b69ac41..78445958808 100644 --- a/docs/src/main/sphinx/object-storage/file-system-s3.md +++ b/docs/src/main/sphinx/object-storage/file-system-s3.md @@ -50,7 +50,7 @@ support: - Switch to activate billing transfer cost to the requester. Defaults to `false`. * - `s3.max-connections` - - Maximum number of connections to S3. + - Maximum number of connections to S3. Defaults to `500`. * - `s3.connection-ttl` - Maximum time [duration](prop-type-duration) allowed to reuse connections in the connection pool before being replaced.