Add some additional timing parameters.

This commit is contained in:
JoelKatz
2012-05-29 12:35:10 -07:00
parent 411f65b24b
commit e84c3ba714

View File

@@ -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