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.