Skip to content

Commit e5f8fec

Browse files
authoredFeb 20, 2025··
docs: new target block time (#3776)
2 parents a4799aa + 4df4c0d commit e5f8fec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/src/content/docs/infrastructure/node-operators/node-configuration.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Located in `config/config.toml`, this file is host to many settings.
7676

7777
### Consensus
7878

79-
To achieve a low target block time, the Union team asks validators to make the following changes to their configuration.
79+
To achieve our target block time, the Union team asks validators to make the following changes to their configuration.
8080

8181
Located in the `consensus` TOML table under the "Consensus Configuration Options" section.
8282

@@ -96,7 +96,7 @@ timeout_precommit_delta = "500ms"
9696
# How long we wait after committing a block, before starting on the new
9797
# height (this gives us a chance to receive some more precommits, even
9898
# though we already have +2/3).
99-
timeout_commit = "1s"
99+
timeout_commit = "3s"
100100
```
101101

102102
### RPC Listening Address

0 commit comments

Comments
 (0)
Please sign in to comment.