Adjust timings for wobble interval.

This commit is contained in:
JoelKatz
2012-05-29 18:01:43 -07:00
parent c750c4af38
commit 0c4c27880d

View File

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