mirror of
https://github.com/upa/mscp.git
synced 2026-02-18 12:24:55 +08:00
default chunk size is filesize/(nr_conn*4) (Issue #20)
and clean-up chunk_sz related parts.
This commit is contained in:
@@ -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