From 164d3abddf461ab52c58d52eac15ea997467d525 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 23 Jun 2023 02:49:31 +0900 Subject: [PATCH] docs: fix typo in config.md (#3333) --- book/run/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/run/config.md b/book/run/config.md index 2935e418f..fe9be5bf4 100644 --- a/book/run/config.md +++ b/book/run/config.md @@ -142,7 +142,7 @@ max_changes = 5000000 Either one of `max_blocks` or `max_changes` must be specified, and both can also be specified at the same time: - If only `max_blocks` is specified, reth will execute (up to) that amount of blocks before writing to disk. -- If only `max_changes` is specified, reth will execute as many blocks as possible until the target amount of state transitions have occured before writing to disk. +- If only `max_changes` is specified, reth will execute as many blocks as possible until the target amount of state transitions have occurred before writing to disk. - If both are specified, then the first threshold to be hit will determine when the results are written to disk. Lower values correspond to more frequent disk writes, but also lower memory consumption. A lower value also negatively impacts sync speed, since reth keeps a cache around for the entire duration of blocks executed in the same range. @@ -328,4 +328,4 @@ secs = 120 nanos = 0 ``` -[TOML]: https://toml.io/ \ No newline at end of file +[TOML]: https://toml.io/