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 d6df59010b
commit 2f6c1025e4

View File

@@ -150,7 +150,6 @@ void Application::setup()
t1.join(); t2.join(); t3.join(); t4.join(); t5.join(); t6.join();
mTxnDB->getDB()->setupCheckpointing(&mJobQueue);
mLedgerDB->getDB()->setupCheckpointing(&mJobQueue);
mHashNodeDB->getDB()->setupCheckpointing(&mJobQueue);
if (!theConfig.RUN_STANDALONE)
updateTables();