Skip to content

Commit 4215227

Browse files
committed
GCS -> 16Mb default chunk size, fix #1292
Signed-off-by: Slach <bloodjazman@gmail.com>
1 parent a739eb1 commit 4215227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/config/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,8 @@ func DefaultConfig() *Config {
634634
CompressionFormat: "tar",
635635
StorageClass: "STANDARD",
636636
ClientPoolSize: int(max(uploadConcurrency*3, downloadConcurrency*3, objectDiskServerSideCopyConcurrency)),
637+
// 16Mb default chunk size, fix https://github.com/Altinity/clickhouse-backup/issues/1292
638+
ChunkSize: 16 * 1024 * 1024,
637639
},
638640
COS: COSConfig{
639641
RowURL: "",

0 commit comments

Comments
 (0)