storage size variable doesn't need to be a raw number of bytes

main
xenofem 2022-05-29 11:04:01 -04:00
parent 7f2f7460ac
commit 4914864887
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ transbeam is configured with the following environment variables:
for (default: 30)
- `TRANSBEAM_MAX_UPLOAD_SIZE`: maximum size of a fileset being
uploaded (default: 16G)
- `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size, in bytes, of all
files being stored by transbeam (default: 64G)
- `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size of all files being
stored by transbeam (default: 64G)
- `TRANSBEAM_MNEMONIC_CODES`: generate memorable download codes using
English words, rather than random alphanumeric strings (default:
true)