From fbaee6e323b5342092ec4408f7fb92a0d8c9c6a0 Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 18 Apr 2013 16:21:08 -0700 Subject: [PATCH] No reason to setup checkpointing on hash node db. All writes come from a lazy writing thread. --- src/cpp/ripple/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpp/ripple/Application.cpp b/src/cpp/ripple/Application.cpp index bb768d716..7a20af6aa 100644 --- a/src/cpp/ripple/Application.cpp +++ b/src/cpp/ripple/Application.cpp @@ -163,7 +163,6 @@ void Application::setup() mTxnDB->getDB()->setupCheckpointing(&mJobQueue); mLedgerDB->getDB()->setupCheckpointing(&mJobQueue); - mHashNodeDB->getDB()->setupCheckpointing(&mJobQueue); if (!theConfig.RUN_STANDALONE) updateTables();