From 616a358b4c60641620a87548b6df456a526cf4fb Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Thu, 21 Jul 2022 09:56:03 +0200 Subject: [PATCH] Document how to disable ledger peers. --- doc/getting-started/understanding-config-files.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/getting-started/understanding-config-files.md b/doc/getting-started/understanding-config-files.md index 1e3dfb5a1fc..cf566ce29b7 100644 --- a/doc/getting-started/understanding-config-files.md +++ b/doc/getting-started/understanding-config-files.md @@ -102,6 +102,9 @@ signal to the `cardano-node` process, e.g. `pkill -HUP cardano-node`. After rece signal, `cardano-node` will re-read the file and restart all dns resolution. Please **note** that this only applies to the topology configuration file! +One can disable ledger peers by setting the `useLedgerAfterSlot` to a negative +value. + #### The genesis.json file The genesis file is generated with the `cardano-cli` by reading a `genesis.spec.json` file, which is out of scope for this document.