seaweedfs/weed/util/constants_4bytes.go

10 lines
126 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 = "30GB"
VolumeSizeLimitGB = 30
)