Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
rubo committed Sep 2, 2023
1 parent 95a3630 commit 76c72c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/fundamentals/database.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ designed to slow the growth rate, these disks may eventually run out of free spa

Current options to reduce db size are:

1. [Re-sync database from scratch](resync-database-from-scratch.md)
2. [Full pruning](../pruning.md)
1. [Re-sync database from scratch](sync.md#resync-a-node-from-scratch)
2. [Full pruning](pruning.md)

The table below presents a short comparison of these methods including possible fine-tuning of each method. Data was
fetched from a node running on a machine with the below specifications:\
Expand Down
4 changes: 2 additions & 2 deletions docs/fundamentals/pruning.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Manual mode enables Full Pruning to be triggered only upon request, providing fu
configure this mode, add the following flags to your node: `--Pruning.Mode=Hybrid --Pruning.FullPruningTrigger=Manual`.

Additionally, you can add an Admin module to your JsonRPC to
execute [#admin\_prune](../../03-interacting-with-nethermind/02-json-rpc-api/admin.md#admin_prune) command. Here's how
execute [#admin\_prune](../03-interacting-with-nethermind/02-json-rpc-api/admin.md#admin_prune) command. Here's how
to do it:

1. Add `Admin` module to `EnabledModules` on current JsonRpc port (below example - append Admin as last value if you are
Expand All @@ -81,7 +81,7 @@ to do it:
`JsonRpc.AdditionalRpcUrls=http://127.0.0.1:8555|http|admin`

Now restart a node and if everything is properly configured, you should be able to
trigger [#admin\_prune](../../03-interacting-with-nethermind/02-json-rpc-api/admin.md#admin_prune) command and Full
trigger [#admin\_prune](../03-interacting-with-nethermind/02-json-rpc-api/admin.md#admin_prune) command and Full
Pruning should
be started.

Expand Down

0 comments on commit 76c72c7

Please sign in to comment.