diff --git a/src/LedgerTiming.h b/src/LedgerTiming.h index 75cbc01dbd..9bde0a248f 100644 --- a/src/LedgerTiming.h +++ b/src/LedgerTiming.h @@ -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