findOrphanedBlocks
findOrphanedBlocks: boolean | undefined
If true, iterates over all blobs in the cloud container to add blocks that are 'orphaned' to the delete list in the manifest. Orphaned blocks are created when a client abruptly halts, is disconnected, or encounters an error while uploading a change. If false, the search for 'orphaned' blocks is skipped and only any blocks which are already on the delete list are deleted.
@default
true
Defined in
- core/backend/src/CloudSqlite.ts Line 372
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.