Extend cache rebuild to 60 seconds so we are more certain that the library is 'idle'

This commit is contained in:
ejurgensen 2014-10-16 22:15:35 +02:00
parent f0e1d919c4
commit f24ab29098

View File

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