diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-04-08 22:32:42 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-04-08 22:32:42 -0700 |
| commit | 88ba08cb9e8e15e34e481143a6beec1390dc4874 (patch) | |
| tree | 67b1bf0580aead9f5b9bdf8f5884c567caa6d68a /weed/util/constants_4bytes.go | |
| parent | 784c5bb73a71bad615e500e4254c11e736b99a41 (diff) | |
| download | seaweedfs-88ba08cb9e8e15e34e481143a6beec1390dc4874.tar.xz seaweedfs-88ba08cb9e8e15e34e481143a6beec1390dc4874.zip | |
add large disk support
Diffstat (limited to 'weed/util/constants_4bytes.go')
| -rw-r--r-- | weed/util/constants_4bytes.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/weed/util/constants_4bytes.go b/weed/util/constants_4bytes.go new file mode 100644 index 000000000..a29d9d3b0 --- /dev/null +++ b/weed/util/constants_4bytes.go @@ -0,0 +1,8 @@ +// +build !5BytesOffset + +package util + +const ( + sizeLimit = "30GB" + VolumeSizeLimitGB = 30 +) |
