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

package util

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