seaweedfs/weed/util/constants_5bytes.go

9 lines
104 B
Go
Raw Normal View History

2019-04-09 13:32:42 +08:00
// +build 5BytesOffset
package util
const (
sizeLimit = "8000GB"
VolumeSizeLimitGB = 8000
)