Skip to content

Commit

Permalink
a little bit under 5Gb
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose-Matsuda committed Apr 11, 2024
1 parent e45008f commit a1fb9da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ func (fh *FileHandle) partSize() uint64 {
if maxPartSize != 0 {
size = MinUInt64(maxPartSize, size)
}
// Try 4.5Gb
size = 45000 * 1024 * 1024 // ~2.5Gb
size = 5000 * 1024 * 1024
return size
}

Expand Down

0 comments on commit a1fb9da

Please sign in to comment.