mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03: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