mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-07-03 18:22:48 +02:00
8 lines
104 B
Go
8 lines
104 B
Go
// +build 5BytesOffset
|
|
|
|
package util
|
|
|
|
const (
|
|
sizeLimit = "8000GB"
|
|
VolumeSizeLimitGB = 8000
|
|
)
|