Skip to content

Commit

Permalink
Increase default stripe size to 50MB
Browse files Browse the repository at this point in the history
  • Loading branch information
JCapul committed May 22, 2019
1 parent 2100e55 commit 9907704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

// DefaultStripeSize is the default maximum size of file stripe
const DefaultStripeSize = 10 * 1024 * 1024 // 10MB
const DefaultStripeSize = 50 * 1024 * 1024 // 50MB
const maxRedisString = 512 * 1024 * 1024 // 512MB

func try(err error) {
Expand Down

0 comments on commit 9907704

Please sign in to comment.