Default to 3 task threads like Sonarr/Lidarr

pull/6/head
Qstick 3 years ago
parent 8f0c872873
commit 6c4da0989d

@ -13,7 +13,7 @@ namespace NzbDrone.Core.Messaging.Commands
{
private const int THREAD_UPPER_BOUND = 10;
private const int THREAD_LOWER_BOUND = 2;
private const int THREAD_LIMIT = 2;
private const int THREAD_LIMIT = 3;
private readonly Logger _logger;
private readonly IServiceFactory _serviceFactory;

Loading…
Cancel
Save