mirror of
https://git.vectorsigma.ru/public/seaweedfs.git
synced 2026-07-30 18:58:49 +00:00
10 lines
128 B
Go
10 lines
128 B
Go
//go:build 5BytesOffset
|
|
// +build 5BytesOffset
|
|
|
|
package util
|
|
|
|
const (
|
|
sizeLimit = "8000GB"
|
|
VolumeSizeLimitGB = 8000
|
|
)
|