Increase default chunk size to 20M
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
This commit is contained in:
parent
062d6266cf
commit
a1ae7f7122
@ -33,7 +33,7 @@ import (
|
||||
|
||||
const driverName = "swift"
|
||||
|
||||
const defaultChunkSize = 5 * 1024 * 1024
|
||||
const defaultChunkSize = 20 * 1024 * 1024
|
||||
|
||||
const minChunkSize = 1 << 20
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user