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

package util

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