diff options
| author | chrislu <chris.lu@gmail.com> | 2025-06-03 22:46:07 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-06-03 22:46:10 -0700 |
| commit | bd4891a11787dc8ef93c4cc829eb907ac296db68 (patch) | |
| tree | 435c60304e18be9c02936db7a71d0008d1d2b94c /weed/util/constants_4bytes.go | |
| parent | 7039d5003ce41067f1e7b5ee9d2ad9378f54aeea (diff) | |
| download | seaweedfs-bd4891a11787dc8ef93c4cc829eb907ac296db68.tar.xz seaweedfs-bd4891a11787dc8ef93c4cc829eb907ac296db68.zip | |
change version directory
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 ) |
