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