Files
seaweedfs/weed/util/constants_4bytes.go
Chris Lu 7ce97b59d8 go fmt
2021-09-01 02:45:42 -07:00

10 lines
126 B
Go

//go:build !5BytesOffset
// +build !5BytesOffset
package util
const (
sizeLimit = "30GB"
VolumeSizeLimitGB = 30
)