Tune up KeyvaDB

This commit is contained in:
Vinnie Falco
2013-07-20 15:01:44 -07:00
parent f9fd3f1b06
commit cb22f63c08
3 changed files with 138 additions and 119 deletions

View File

@@ -19,9 +19,9 @@ public:
, m_path (keyValues ["path"])
, m_db (KeyvaDB::New (
keyBytes,
3,
File::getCurrentWorkingDirectory().getChildFile (m_path).withFileExtension ("key"),
File::getCurrentWorkingDirectory().getChildFile (m_path).withFileExtension ("val"),
false))
File::getCurrentWorkingDirectory().getChildFile (m_path).withFileExtension ("val")))
{
}