One more round of LeveDB import speedups.

This commit is contained in:
JoelKatz
2013-05-08 12:01:19 -07:00
parent dada8eb7de
commit f6903508cf
3 changed files with 25 additions and 20 deletions

View File

@@ -116,7 +116,7 @@ void Application::updateTables(bool ldbImport)
if (theConfig.LDB_IMPORT)
{
Log(lsWARNING) << "Importing SQLite -> LevelDB";
theApp->getHashedObjectStore().import(hashPath.string(), false);
theApp->getHashedObjectStore().import(hashPath.string());
Log(lsWARNING) << "Remove or remname the hashnode.db file";
}
else