mirror of
https://github.com/upa/mscp.git
synced 2026-02-21 23:04:43 +08:00
default chunk size is filesize/(nr_conn*4) (Issue #20)
and clean-up chunk_sz related parts.
This commit is contained in:
@@ -198,7 +198,11 @@ parallel. The default value is 16M bytes.
|
||||
.TP
|
||||
.B \-S \fIMAX_CHUNK_SIZE\fR
|
||||
Specifies the maximum chunk size. The default is file size divided by
|
||||
the number of connections.
|
||||
the number of connections and devided by 4. If the calculated value
|
||||
is smarller than the
|
||||
.B MIN_CHUNK_SIZE
|
||||
value,
|
||||
MIN_CHUNK_SIZE is used.
|
||||
|
||||
.TP
|
||||
.B \-a \fINR_AHEAD\fR
|
||||
|
||||
Reference in New Issue
Block a user