mirror of
https://github.com/upa/mscp.git
synced 2026-05-13 13:57:30 +08:00
change default minimum chunk size to 16MB (Issue #20)
This commit is contained in:
@@ -192,7 +192,7 @@ and remove the checkpoint if it returns 0.
|
||||
Specifies the minimum chunk size.
|
||||
.B mscp
|
||||
divides a single file into chunks and copies the chunks in
|
||||
parallel. The default value is 67108864 (64MB).
|
||||
parallel. The default value is 16M bytes.
|
||||
|
||||
.TP
|
||||
.B \-S \fIMAX_CHUNK_SIZE\fR
|
||||
|
||||
Reference in New Issue
Block a user