1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-06-29 08:12:47 +02:00
seaweedfs/weed/util/constants_5bytes.go
2025-06-03 22:46:10 -07:00

9 lines
128 B
Go

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