Tuning the cache window timeout param across platforms. 150 seems reasonable in Windows and WSL. Will try macOS next.

This commit is contained in:
casey langen 2020-10-27 22:03:19 -07:00
parent 1258c2803e
commit d68a98c7a6

View File

@ -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)