aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants_4bytes.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/constants_4bytes.go')
-rw-r--r--weed/util/constants_4bytes.go8
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
+)