From f3d1cdfd6e16462b1bcb0ad4f11c5a2eb8f53597 Mon Sep 17 00:00:00 2001 From: casey Date: Thu, 28 Jul 2016 19:33:25 -0700 Subject: [PATCH] Disable DB stress testing -- this shouldn't have been checked in this way. --- src/core/library/Indexer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/library/Indexer.cpp b/src/core/library/Indexer.cpp index 10335ba91..ebe5aaf97 100644 --- a/src/core/library/Indexer.cpp +++ b/src/core/library/Indexer.cpp @@ -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); \