Temporarily disable dropCache.

This commit is contained in:
JoelKatz
2013-03-15 02:25:59 -07:00
parent 4322403987
commit 64b2a50e8b

View File

@@ -509,8 +509,10 @@ void Ledger::saveAcceptedLedger(Job&, bool fromConsensus)
mAccountHash.GetHex() % mTransHash.GetHex()));
}
#if 0
if (!fromConsensus)
dropCache();
#endif
if (theApp->getJobQueue().getJobCountTotal(jtPUBOLDLEDGER) < 2)
theApp->getLedgerMaster().resumeAcquiring();