mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-11 18:20:23 +01:00
reduce scanning overhead a bit
This commit is contained in:
@@ -31,6 +31,8 @@ namespace MediaBrowser.Controller.Providers
|
||||
/// </summary>
|
||||
protected readonly Guid Id;
|
||||
|
||||
protected static readonly SemaphoreSlim XmlParsingResourcePool = new SemaphoreSlim(5, 5);
|
||||
|
||||
/// <summary>
|
||||
/// Supportses the specified item.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user