Added future message configuration options

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
MadelineMurray 6 years ago committed by GitHub
parent d436d5f0bd
commit 03f367042f
  1. 6
      docs/Consensus-Protocols/IBFT.md

@ -82,6 +82,12 @@ Optional configuration options that can be specified in the genesis file are:
* `duplicateMesageLimit` - Default is 100. If seeing messages being retransmitted by the same node, increasing the duplicate message limit
may reduce the number of retransmissions. A value of 2 to 3 times the number of validators is generally sufficient.
* `futureMessagesLimit` - Default is 1000. The future messages buffer holds IBFT 2.0 messages for a future chain height.
For large networks, increasing the future messages limit may be useful.
* `futureMessagesMaxDistance` - Default is 10. Specifies the maximum height from the current chain height
for which messages are buffered in the future messages buffer.
## Adding and Removing Validators

Loading…
Cancel
Save