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

10 lines
126 B
Go

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