Disable DB stress testing -- this shouldn't have been checked in this way.

This commit is contained in:
casey 2016-07-28 19:33:25 -07:00
parent 5a290aa6d5
commit f3d1cdfd6e

View File

@ -296,7 +296,7 @@ void Indexer::ReadMetadataFromFile(
track.Save(this->dbConnection, this->libraryPath);
this->filesSaved++;
#ifdef STRESS_TEST_DB
#if STRESS_TEST_DB != 0
#define INC(track, key, x) \
{ \
std::string val = track.GetValue(key); \