mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
New: Ensure housekeeping task doesn't run while other tasks are running
Closes #8544
This commit is contained in:
parent
6d3ef494b4
commit
04d98098e0
1 changed files with 1 additions and 0 deletions
|
|
@ -4,5 +4,6 @@ namespace NzbDrone.Core.Housekeeping
|
|||
{
|
||||
public class HousekeepingCommand : Command
|
||||
{
|
||||
public override bool IsExclusive => true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue