Skip to content

Commit 4040acf

Browse files
thomasyu888Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d0acbbb commit 4040acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Settings to configure how Synapse uploads and downloads data.
9090

9191
| Key | Description |
9292
| --- | --- |
93-
| `max_threads` | Number of concurrent threads/connections for file transfers. Applies to AWS S3 transfers (uploads and downloads). Default: `cpu_count + 4`. Maximum: `128`. Minimum: `1`. |
93+
| `max_threads` | Number of concurrent threads/connections for file transfers. Applies to AWS S3 transfers (uploads and downloads). Default: `min(cpu_count + 4, 128)`. Maximum: `128`. Minimum: `1`. |
9494
| `use_boto_sts` | If `true`, use AWS STS (Security Token Service) to obtain temporary credentials for S3 transfers instead of using stored AWS credentials directly. Valid values: `true` or `false` (case-insensitive). Default: `false`. |
9595

9696
```ini

0 commit comments

Comments
 (0)