aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants_4bytes.go
blob: 187e339094b2c0cf84a0dc977e8e3a6fc582f7ae (plain)
1
2
3
4
5
6
7
8
9
//go:build !5BytesOffset
// +build !5BytesOffset

package util

const (
	sizeLimit         = "30GB"
	VolumeSizeLimitGB = 30
)