mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add some additional timing parameters.
This commit is contained in:
@@ -30,8 +30,12 @@
|
||||
|
||||
#endif
|
||||
|
||||
#define MIN_CONSENSUS 50
|
||||
#define AVG_CONSENSUS 60
|
||||
#define MAX_CONSENSUS 70
|
||||
// Avalance tuning (percent of UNL voting yes for us to vote yes)
|
||||
#define AV_MIN_CONSENSUS 50
|
||||
#define AV_AVG_CONSENSUS 60
|
||||
#define AV_MAX_CONSENSUS 70
|
||||
|
||||
// We consider consensus reached at this percent agreement
|
||||
#define AV_PCT_STOP 90
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user