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