diff options
Diffstat (limited to 'weed/util/constants_5bytes.go')
| -rw-r--r-- | weed/util/constants_5bytes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants_5bytes.go b/weed/util/constants_5bytes.go index 7c6a158cf..406287440 100644 --- a/weed/util/constants_5bytes.go +++ b/weed/util/constants_5bytes.go @@ -4,6 +4,6 @@ package util const ( - sizeLimit = "8000GB" + SizeLimit = "8000GB" VolumeSizeLimitGB = 8000 ) |
