seaweedfs/weed/util/constants_5bytes.go

10 lines
128 B
Go
Raw Normal View History

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