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