1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-03 10:00:03 +02:00
seaweedfs/weed/util/constants_5bytes.go
2021-09-01 02:45:42 -07:00

10 lines
128 B
Go

//go:build 5BytesOffset
// +build 5BytesOffset
package util
const (
sizeLimit = "8000GB"
VolumeSizeLimitGB = 8000
)