From bb63f8e0ec0ac0d38dee2cbe99511aa365327f33 Mon Sep 17 00:00:00 2001 From: tersec Date: Tue, 20 Jun 2023 14:25:13 +0000 Subject: [PATCH] update docs to reflect default pruning change (#5103) --- docs/the_nimbus_book/src/history.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/the_nimbus_book/src/history.md b/docs/the_nimbus_book/src/history.md index 43034f590..d2a109471 100644 --- a/docs/the_nimbus_book/src/history.md +++ b/docs/the_nimbus_book/src/history.md @@ -5,10 +5,7 @@ Ethereum consensus nodes are required to keep a minimum of 5 months of historical block data ensuring the health of the network. -Nimbus can be configured to either retain or remove historical data past that point using the `--history` option. - -!!! note "Default mode" - Nimbus currently retains history by default - with the `Capella` hard fork completed successfully, this will soon be changed to `prune`. +Nimbus can be configured to either retain or remove historical data past that point using the `--history` option. By default, Nimbus prunes historical data. ## History modes