Merge pull request #97 from uberbaud/multipart_edgecase
Don't call `download_multipart` for 1 chunk
This commit is contained in:
@@ -36,10 +36,11 @@ export LC_ALL=C
|
|||||||
EPOCH_DATE="Jan 1 00:00:00 1970"
|
EPOCH_DATE="Jan 1 00:00:00 1970"
|
||||||
|
|
||||||
MB=$((1024*1024))
|
MB=$((1024*1024))
|
||||||
LARGE_FILE_SIZE=$((100*$MB))
|
|
||||||
|
|
||||||
CHUNK_SIZE=$((64*$MB))
|
CHUNK_SIZE=$((64*$MB))
|
||||||
|
|
||||||
|
LARGE_FILE_SIZE=$((CHUNK_SIZE*2))
|
||||||
|
|
||||||
|
|
||||||
NUM_WORKERS=10
|
NUM_WORKERS=10
|
||||||
|
|
||||||
function kill_background_processes {
|
function kill_background_processes {
|
||||||
|
|||||||
Reference in New Issue
Block a user