1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-25 20:09:30 +02:00

gateway to remote object store: adjust upload concurrency

This commit is contained in:
chrislu 2022-08-26 23:47:37 -07:00
parent c839ce1b19
commit 9920d65bc0

View file

@ -155,7 +155,7 @@ func (s *s3RemoteStorageClient) WriteFile(loc *remote_pb.RemoteStorageLocation,
// Create an uploader with the session and custom options
uploader := s3manager.NewUploaderWithClient(s.conn, func(u *s3manager.Uploader) {
u.PartSize = partSize
u.Concurrency = 1
u.Concurrency = 8
})
// process tagging