mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Disable DB stress testing -- this shouldn't have been checked in this way.
This commit is contained in:
parent
5a290aa6d5
commit
f3d1cdfd6e
@ -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); \
|
||||
|
Loading…
Reference in New Issue
Block a user