One more round of LeveDB import speedups.

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

View File

@@ -100,7 +100,7 @@ public:
void tune(int size, int age);
void sweep() { mCache.sweep(); mNegativeCache.sweep(); }
int import(const std::string& fileName, bool checkHashes);
int import(const std::string& fileName);
};
#endif