mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
move to new System.Threading.Lock type for better performance
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Emby.Server.Implementations.Updates
|
||||
/// </summary>
|
||||
/// <value>The application host.</value>
|
||||
private readonly IServerApplicationHost _applicationHost;
|
||||
private readonly object _currentInstallationsLock = new object();
|
||||
private readonly Lock _currentInstallationsLock = new();
|
||||
|
||||
/// <summary>
|
||||
/// The current installations.
|
||||
|
||||
Reference in New Issue
Block a user