Reduced NOTIFY_INTERVAL back to something more reasonable in Indexer.cpp.

This commit is contained in:
casey 2016-07-29 21:03:04 -07:00
parent f3d1cdfd6e
commit 979b088e7f

View File

@ -57,7 +57,7 @@
static const std::string TAG = "Indexer";
static const int MAX_THREADS = 10;
static const int NOTIFY_INTERVAL = 2000;
static const int NOTIFY_INTERVAL = 300;
using namespace musik::core;
using namespace musik::core::metadata;