mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Temporarily disable dropCache.
This commit is contained in:
@@ -509,8 +509,10 @@ void Ledger::saveAcceptedLedger(Job&, bool fromConsensus)
|
|||||||
mAccountHash.GetHex() % mTransHash.GetHex()));
|
mAccountHash.GetHex() % mTransHash.GetHex()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
if (!fromConsensus)
|
if (!fromConsensus)
|
||||||
dropCache();
|
dropCache();
|
||||||
|
#endif
|
||||||
|
|
||||||
if (theApp->getJobQueue().getJobCountTotal(jtPUBOLDLEDGER) < 2)
|
if (theApp->getJobQueue().getJobCountTotal(jtPUBOLDLEDGER) < 2)
|
||||||
theApp->getLedgerMaster().resumeAcquiring();
|
theApp->getLedgerMaster().resumeAcquiring();
|
||||||
|
|||||||
Reference in New Issue
Block a user