Skip to content

Commit dae08fa

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/.synapseConfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
## max_threads: number of concurrent threads/connections used for file transfers.
8282
## Applies to AWS S3 transfers (uploads and downloads).
83-
## Default: cpu_count + 4. Maximum: 128. Minimum: 1.
83+
## Default: min(cpu_count + 4, 128). Maximum: 128. Minimum: 1.
8484
## Can also be set programmatically: syn.max_threads = 16
8585
#max_threads = 16
8686

0 commit comments

Comments
 (0)