mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +00:00
Reduced NOTIFY_INTERVAL back to something more reasonable in Indexer.cpp.
This commit is contained in:
parent
f3d1cdfd6e
commit
979b088e7f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user