change default minimum chunk size to 16MB (Issue #20)

This commit is contained in:
Ryo Nakamura
2024-04-26 18:17:13 +09:00
parent 01fe30efc7
commit 7c5314ea11
4 changed files with 14 additions and 15 deletions

View File

@@ -46,7 +46,7 @@ void usage(bool print_help)
" -W CHECKPOINT write states to the checkpoint if transfer fails\n"
" -R CHECKPOINT resume transferring from the checkpoint\n"
"\n"
" -s MIN_CHUNK_SIZE min chunk size (default: 64MB)\n"
" -s MIN_CHUNK_SIZE min chunk size (default: 16M bytes)\n"
" -S MAX_CHUNK_SIZE max chunk size (default: filesize/nr_conn)\n"
" -a NR_AHEAD number of inflight SFTP commands (default: 32)\n"
" -b BUF_SZ buffer size for i/o and transfer\n"