Don't block task queue for queued update task when long running tasks queued

Fixes #1818

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick
2023-01-14 17:52:11 -06:00
parent 6199cb2999
commit 31aaec4b10
5 changed files with 45 additions and 5 deletions
@@ -5,5 +5,7 @@ namespace NzbDrone.Core.Indexers
public class RssSyncCommand : Command
{
public override bool SendUpdatesToClient => true;
public override bool IsLongRunning => true;
}
}