Skip to content

Commit

Permalink
try with 10 blocks and 64MB block size
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Jul 26, 2024
1 parent 0a874aa commit ed703a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/block/buffered_write_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ type WriteFileInfo struct {
mtime time.Time
}

const BlockSize = 16 * util.MiB
const MaxBlocks = 100
const BlockSize = 64 * util.MiB
const MaxBlocks = 10

// InitBufferedWriteHandler - Pass all required param and do init.
func InitBufferedWriteHandler(objectName string, bucket gcs.Bucket) *BufferedWriteHandler {
Expand Down

0 comments on commit ed703a4

Please sign in to comment.