Fix singlepart_copy_limit default

Follows on to c5ebf5d32867b7262e88da32704d76c8430ac0e0.
This commit is contained in:
Andrew Gaul 2019-06-15 17:33:26 -07:00
parent befc2e9e6f
commit 07cfdcf205

View File

@ -198,7 +198,7 @@ sets MB to ensure disk free space. This option means the threshold of free space
s3fs makes file for downloading, uploading and caching files.
If the disk free space is smaller than this value, s3fs do not use diskspace as possible in exchange for the performance.
.TP
\fB\-o\fR singlepart_copy_limit (default="5120")
\fB\-o\fR singlepart_copy_limit (default="512")
maximum size, in MB, of a single-part copy before trying
multipart copy.
.TP