From 07cfdcf20552508d42917ed75b84a768832d31ba Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 15 Jun 2019 17:33:26 -0700 Subject: [PATCH] Fix singlepart_copy_limit default Follows on to c5ebf5d32867b7262e88da32704d76c8430ac0e0. --- doc/man/s3fs.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/s3fs.1 b/doc/man/s3fs.1 index 5058ee6..3a2a8d1 100644 --- a/doc/man/s3fs.1 +++ b/doc/man/s3fs.1 @@ -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