mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
add large disk support
This commit is contained in:
8
weed/util/constants_5bytes.go
Normal file
8
weed/util/constants_5bytes.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build 5BytesOffset
|
||||
|
||||
package util
|
||||
|
||||
const (
|
||||
sizeLimit = "8000GB"
|
||||
VolumeSizeLimitGB = 8000
|
||||
)
|
||||
Reference in New Issue
Block a user