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

package util

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