seaweedfs/weed/util/constants_5bytes.go

9 lines
104 B
Go
Raw Normal View History

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