mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-24 13:13:17 -05:00
Extend cache rebuild to 60 seconds so we are more certain that the library is 'idle'
This commit is contained in:
parent
f0e1d919c4
commit
f24ab29098
@ -85,8 +85,8 @@ static int g_initialized;
|
||||
static sqlite3 *g_db_hdl;
|
||||
static char *g_db_path;
|
||||
|
||||
// After being triggered wait 5 seconds before rebuilding daapcache
|
||||
static struct timeval g_wait = { 5, 0 };
|
||||
// After being triggered wait 60 seconds before rebuilding daapcache
|
||||
static struct timeval g_wait = { 60, 0 };
|
||||
|
||||
// The user may configure a threshold (in msec), and queries slower than
|
||||
// that will have their reply cached
|
||||
|
Loading…
x
Reference in New Issue
Block a user