mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Manually triggering Check Health will now also run health checks that normally only run on startup.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace NzbDrone.Core.HealthCheck
|
||||
|
||||
public void Execute(CheckHealthCommand message)
|
||||
{
|
||||
PerformHealthCheck(c => c.CheckOnSchedule);
|
||||
PerformHealthCheck(c => message.Manual || c.CheckOnSchedule);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user