mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Adjust timings for wobble interval.
This commit is contained in:
@@ -9,8 +9,11 @@
|
||||
// Time between one ledger close and the next ledger close
|
||||
# define LEDGER_INTERVAL 60
|
||||
|
||||
// Time before we take a position
|
||||
# define LEDGER_WOBBLE_TIME 4
|
||||
|
||||
// Time we expect avalanche to finish
|
||||
# define LEDGER_CONVERGE 20
|
||||
# define LEDGER_CONVERGE 25
|
||||
|
||||
// Time we forcibly abort avalanche
|
||||
# define LEDGER_FORCE_CONVERGE 30
|
||||
@@ -38,4 +41,5 @@
|
||||
// We consider consensus reached at this percent agreement
|
||||
#define AV_PCT_STOP 90
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user