mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
move to new System.Threading.Lock type for better performance
This commit is contained in:
@@ -33,7 +33,7 @@ namespace MediaBrowser.Controller.Net
|
||||
SingleWriter = false
|
||||
});
|
||||
|
||||
private readonly object _activeConnectionsLock = new();
|
||||
private readonly Lock _activeConnectionsLock = new();
|
||||
|
||||
/// <summary>
|
||||
/// The _active connections.
|
||||
|
||||
Reference in New Issue
Block a user