[#node-BlockManager-PRUNE_TARGET_MANUAL] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::PRUNE_TARGET_MANUAL :relfileprefix: ../../ :mrdocs: Sentinel prune target meaning pruning is manual rather than size‐based. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static auto PRUNE_TARGET_MANUAL = {std::numeric_limits<uint64_t>::max()}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#