mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Consensus deadlock fixes and reliability improvements. (#187)
* Consensus time vote improvements. * Skipped self proposal in Observer mode. * Added docker cluster script params. * Added state/lcl sync abandon threshold. * Added pubkey display for cluster script. * Added proposal latency log. * Added sync completion check to prevent deadlocks.
This commit is contained in:
@@ -115,7 +115,7 @@ namespace conf
|
||||
cfg.pubidletimeout = 0;
|
||||
cfg.peeridletimeout = 120;
|
||||
|
||||
cfg.is_consensus_public = true;
|
||||
cfg.is_consensus_public = false;
|
||||
cfg.is_npl_public = false;
|
||||
|
||||
cfg.msgforwarding = false;
|
||||
|
||||
Reference in New Issue
Block a user