From 3d2139472851ebfabae1f586994cbc4a5f804e92 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 19 May 2022 18:49:34 -0300 Subject: [PATCH] refactor confusing paragraph --- documents/resources/p2p-seeding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/resources/p2p-seeding.md b/documents/resources/p2p-seeding.md index b956272..f4bba56 100644 --- a/documents/resources/p2p-seeding.md +++ b/documents/resources/p2p-seeding.md @@ -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 -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.