seaweedfs/weed/util/constants_5bytes.go

10 lines
128 B
Go
Raw Permalink Normal View History

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