mirror of
https://github.com/upa/mscp.git
synced 2026-02-04 03:24:58 +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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
MSCP
|
||||
====
|
||||
|
||||
:Date: v0.2.0-8-gef2dd55
|
||||
:Date: v0.2.0-9-g675126a
|
||||
|
||||
NAME
|
||||
====
|
||||
@@ -102,7 +102,9 @@ OPTIONS
|
||||
|
||||
**-S MAX_CHUNK_SIZE**
|
||||
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 **MIN_CHUNK_SIZE** value, MIN_CHUNK_SIZE is
|
||||
used.
|
||||
|
||||
**-a NR_AHEAD**
|
||||
Specifies the number of inflight SFTP commands. The default value is
|
||||
|
||||
Reference in New Issue
Block a user