Improve docs on --keep-blocks CLI parameter and related data structures (#11611)

* Improve docs on `--keep-blocks` CLI parameter and related data structures

* Update client/db/src/lib.rs

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Nazar Mokrynskyi
2022-06-08 11:48:46 +03:00
committed by GitHub
parent b1cc31027f
commit 9765f200cb
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -77,6 +77,8 @@ pub struct Configuration {
/// State pruning settings.
pub state_pruning: Option<PruningMode>,
/// Number of blocks to keep in the db.
///
/// NOTE: only finalized blocks are subject for removal!
pub keep_blocks: KeepBlocks,
/// Chain configuration.
pub chain_spec: Box<dyn ChainSpec>,