Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloud/objstore/objutil/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func NewMPUploader(opts MPUploaderOptions) (*MPUploader, error) {
}

// Only create the pool after successfully creating the multipart upload to avoid having to handle cleanup
uploader.pool = hofp.NewPool(hofp.Options{LogPrefix: "(objutil)"})
uploader.pool = hofp.NewPool(hofp.Options{LogPrefix: "(objutil)", Size: 1})

return uploader, nil
}
Expand Down