aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants_5bytes.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/constants_5bytes.go')
-rw-r--r--weed/util/constants_5bytes.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/weed/util/constants_5bytes.go b/weed/util/constants_5bytes.go
new file mode 100644
index 000000000..91ce4066f
--- /dev/null
+++ b/weed/util/constants_5bytes.go
@@ -0,0 +1,8 @@
+// +build 5BytesOffset
+
+package util
+
+const (
+ sizeLimit = "8000GB"
+ VolumeSizeLimitGB = 8000
+)