Speed up ledger timing.

This commit is contained in:
JoelKatz
2012-06-03 19:43:35 -07:00
parent 3826094819
commit 49a239b67c

View File

@@ -7,16 +7,16 @@
#ifdef LEDGER_CLOSE_FAST
// Time between one ledger close and the next ledger close
# define LEDGER_INTERVAL 60
# define LEDGER_INTERVAL 45
// Time before we take a position
# define LEDGER_WOBBLE_TIME 4
# define LEDGER_WOBBLE_TIME 2
// Time we expect avalanche to finish
# define LEDGER_CONVERGE 25
# define LEDGER_CONVERGE 20
// Time we forcibly abort avalanche
# define LEDGER_FORCE_CONVERGE 30
# define LEDGER_FORCE_CONVERGE 25
#endif