No reason to setup checkpointing on hash node db. All writes

come from a lazy writing thread.
This commit is contained in:
JoelKatz
2013-04-18 16:21:08 -07:00
parent 51b1cb17a0
commit fbaee6e323

View File

@@ -163,7 +163,6 @@ void Application::setup()
mTxnDB->getDB()->setupCheckpointing(&mJobQueue);
mLedgerDB->getDB()->setupCheckpointing(&mJobQueue);
mHashNodeDB->getDB()->setupCheckpointing(&mJobQueue);
if (!theConfig.RUN_STANDALONE)
updateTables();