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