mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
Move ResourcePools to BaseKernel/IKernel
This commit is contained in:
@@ -455,5 +455,12 @@ namespace MediaBrowser.Common.Kernel
|
||||
{
|
||||
return GetXmlConfiguration(typeof(T), path) as T;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Limits simultaneous access to various resources
|
||||
/// </summary>
|
||||
/// <value>The resource pools.</value>
|
||||
public ResourcePool ResourcePools { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user