Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance orderer channel configuration in mainchannel_controller
- Added methods to set various EtcdRaft options including ElectionInterval, HeartbeatTick, TickInterval, SnapshotIntervalSize, and MaxInflightBlocks in the updateOrdererChannelConfigTx function. - Improved error handling for each configuration setting to ensure robust updates. These changes facilitate better control over the orderer channel's Raft consensus parameters, enhancing overall system reliability. Signed-off-by: David VIEJO <dviejo@kungfusoftware.es>
- Loading branch information