reduce locking on folder children

This commit is contained in:
Luke Pulverenti
2013-09-25 14:05:21 -04:00
parent 2d9b48d00f
commit 7360950496
8 changed files with 52 additions and 34 deletions

View File

@@ -95,7 +95,7 @@ namespace MediaBrowser.ServerApplication
EventHelper.FireEventIfNotNull(AppStarted, this, EventArgs.Empty, _logger);
await task.ConfigureAwait(false);
await task;
}
catch (Exception ex)
{