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

package util

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