update favorites

pull/702/head
Luke Pulverenti 8 years ago
parent f06390ce86
commit ed6a0b5296

@ -122,7 +122,7 @@ namespace MediaBrowser.Server.Implementations.Persistence
protected override async Task<IDbConnection> CreateConnection(bool isReadOnly = false)
{
var connection = await DbConnector.Connect(DbFilePath, false, false, 20000).ConfigureAwait(false);
var connection = await DbConnector.Connect(DbFilePath, false, false, 5000).ConfigureAwait(false);
connection.RunQueries(new[]
{

Loading…
Cancel
Save