iotaledger / inx-tendercoo

INX-Tendercoo enables a committee of validators to operate as a distributed Coordinator using Tendermint Core BFT consensus.
Apache License 2.0
1 stars 0 forks source link

Feat: Make the ComputeWhiteFlag timeout configurable #44

Closed Wollac closed 1 year ago

Wollac commented 1 year ago

This PR adds the whiteFlagParentsSolidTimeout config parameter. It allows to configure a longer timeout for the ComputeWhiteFlag INX call than other INX calls.

Since ComputeWhiteFlag requires the parents to be solid, its execution - especially after a short connection loss of the node - can potentially take significantly longer than other INX calls.