seaweedfs/weed/util/constants_4bytes.go

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