Increase default chunk size to 20M

Signed-off-by: Sylvain Baubeau <sbaubeau@redhat.com>
This commit is contained in:
Sylvain Baubeau 2015-06-19 15:55:34 +02:00
parent af99dbd6bf
commit a40502ec02
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import (
const driverName = "swift"
const defaultChunkSize = 5 * 1024 * 1024
const defaultChunkSize = 20 * 1024 * 1024
const minChunkSize = 1 << 20