mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Because it's 2016!
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NzbDrone.Test.Common
|
||||
readonly object _mutex = new object();
|
||||
readonly Dictionary<int, int> _threads = new Dictionary<int, int>();
|
||||
|
||||
public int MaxThreads { get { return _threads.Count; } }
|
||||
public int MaxThreads => _threads.Count;
|
||||
|
||||
public ConcurrencyCounter(int items)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user