mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Propogate a view change during consensus to the NetworkOPs code.
This commit is contained in:
@@ -40,7 +40,7 @@ int ContinuousLedgerTiming::shouldClose(
|
||||
}
|
||||
if (previousMSeconds > (1000 * (LEDGER_IDLE_INTERVAL + 2))) // the last ledger was very slow to close
|
||||
{
|
||||
Log(lsTRACE) << "slow to close";
|
||||
Log(lsTRACE) << "slow to close (p=" << previousmSeconds) << ")";
|
||||
if (previousMSeconds < 2000)
|
||||
return previousMSeconds;
|
||||
return previousMSeconds - 1000;
|
||||
|
||||
Reference in New Issue
Block a user