mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
7dd036bcda
The selfheal timer was running the full installer every 5 minutes even when the service was already running and healthy. This caused unnecessary: - Pulse service restarts - Config migrations - Socket setup - 172MB memory spikes and 15s CPU usage per run Now the selfheal exits early after checking service health, only proceeding to reinstall logic if the service is actually failing. Fixes #849