Increase default chunk size to 20M
Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
This commit is contained in:
parent
af99dbd6bf
commit
a40502ec02
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import (
|
||||||
|
|
||||||
const driverName = "swift"
|
const driverName = "swift"
|
||||||
|
|
||||||
const defaultChunkSize = 5 * 1024 * 1024
|
const defaultChunkSize = 20 * 1024 * 1024
|
||||||
|
|
||||||
const minChunkSize = 1 << 20
|
const minChunkSize = 1 << 20
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue