Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Configuration Fix #1360

Merged
merged 4 commits into from
Aug 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/configure/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ Environment-specific parameters

- ``vote_delay`` \* is a waiting time in milliseconds before sending vote to the
next peer. Optimal value depends heavily on the amount of Iroha peers in the
network (higher amount of nodes requires longer ``vote_delay``). We recommend
to start with 100-1000 milliseconds.
network (higher amount of nodes requires longer ``vote_delay``). ** We strongly recommend
to set it to at least one second - otherwise when some of the peers are not easily reachable, the chain of blocks will grow very slowly or even stop growing.**
**This parameter only affects consensus mechanism.** If your network is fast - you are good and this parameter does not effect your network much. But if your network is on a slower side, increase it to give more time for the peers to respond.

- ``mst_enable`` enables or disables multisignature transaction network
Expand All @@ -108,7 +108,7 @@ Environment-specific parameters
(in minutes).
The default value is 1440.

- ``max_rounds_delay`` \* is an optional parameter specifying the maximum delay
- ``proposal_creation_timeout`` (previously - ``max_rounds_delay``)\* is an optional parameter specifying the maximum delay
between two consensus rounds (in milliseconds).
The default value is 3000.
When Iroha is idle, it gradually increases the delay to reduce CPU, network
Expand Down