From 979b088e7f26fdf986a9c60e5f29e70497940291 Mon Sep 17 00:00:00 2001 From: casey Date: Fri, 29 Jul 2016 21:03:04 -0700 Subject: [PATCH] Reduced NOTIFY_INTERVAL back to something more reasonable in Indexer.cpp. --- 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 ebe5aaf97..d25ed1251 100644 --- a/src/core/library/Indexer.cpp +++ b/src/core/library/Indexer.cpp @@ -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;