refactor confusing paragraph

This commit is contained in:
Victor Shyba 2022-05-19 18:49:34 -03:00
parent dbb050baa0
commit 3d21394728

View file

@ -49,7 +49,7 @@ Files in LBRY are composed by `content blobs`, which can be seen as chunks of bi
### Setting up storage space control ### Setting up storage space control
By default, content blobs are kept indefinitely as long as the files are still in your SDK. If you wish to allocate a space limit for content blobs and let the SDK decide what to delete, set `blob_storage_limit` to a value in megabytes. By default, content blobs are kept as long as the files are still in your file list. If you wish to allocate a space limit for content blobs and let the SDK decide what to delete, set `blob_storage_limit` to a value in megabytes.
This won't delete your downloads from the file list. Instead, it deletes content blobs associated with older files as space for newer blobs is requested. This won't delete your downloads from the file list. Instead, it deletes content blobs associated with older files as space for newer blobs is requested.