mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Some extra debug.
This commit is contained in:
@@ -33,7 +33,8 @@ int ContinuousLedgerTiming::shouldClose(
|
||||
{ // no transactions so far this interval
|
||||
if (proposersClosed > (previousProposers / 4)) // did we miss a transaction?
|
||||
{
|
||||
Log(lsTRACE) << "no transactions, many proposers: now";
|
||||
Log(lsTRACE) << "no transactions, many proposers: now (" << proposersClose << "closed, "
|
||||
<< previousProposers << " before)";
|
||||
return currentMSeconds;
|
||||
}
|
||||
if (previousMSeconds > (1000 * (LEDGER_IDLE_INTERVAL + 2))) // the last ledger was very slow to close
|
||||
|
||||
Reference in New Issue
Block a user