Reset the timer

This commit is contained in:
FusionPBX
2025-06-28 17:43:49 -06:00
committed by GitHub
parent fd51fc2549
commit 72d36c7f73
@@ -59,6 +59,9 @@ class system_dashboard_service extends base_websocket_system_service {
protected function on_timer(): void {
// Send the CPU status
$this->on_cpu_status();
// Reset the timer
$this->set_timer($this->cpu_status_refresh_interval);
}
/**