mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-06-29 16:22:46 +02:00
9 lines
128 B
Go
9 lines
128 B
Go
//go:build 5BytesOffset
|
|
// +build 5BytesOffset
|
|
|
|
package util
|
|
|
|
const (
|
|
sizeLimit = "8000GB"
|
|
VolumeSizeLimitGB = 8000
|
|
)
|