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;