mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Tuning the cache window timeout param across platforms. 150 seems reasonable in Windows and WSL. Will try macOS next.
This commit is contained in:
parent
1258c2803e
commit
d68a98c7a6
@ -54,7 +54,7 @@ using namespace musik::core::library::query;
|
||||
using namespace musik::core::sdk;
|
||||
|
||||
static const size_t kDefaultCacheSize = 50;
|
||||
static const int64_t kCacheWindowTimeoutMs = 100LL;
|
||||
static const int64_t kCacheWindowTimeoutMs = 150LL;
|
||||
|
||||
TrackList::TrackList(ILibraryPtr library)
|
||||
: library(library)
|
||||
|
Loading…
Reference in New Issue
Block a user