diff --git a/src/cpp/ripple/Ledger.cpp b/src/cpp/ripple/Ledger.cpp index 1d9d678feb..81e2e45781 100644 --- a/src/cpp/ripple/Ledger.cpp +++ b/src/cpp/ripple/Ledger.cpp @@ -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();