Skip to content

Commit

Permalink
10Gb
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose-Matsuda committed Apr 10, 2024
1 parent 69a13ab commit 8eaaec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ func (fh *FileHandle) partSize() uint64 {
if maxPartSize != 0 {
size = MinUInt64(maxPartSize, size)
}
// Something I could test here is increasing this and then re uploading and trying things
size = 625 * 1024 * 1024 // ~625 MB
// Try 10Gb
size = 10000 * 1024 * 1024 // ~10GB
return size
}

Expand Down

0 comments on commit 8eaaec3

Please sign in to comment.