From 745711924a2634d7a3e41df56e1684664d921889 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 16 Apr 2024 11:09:30 +0800 Subject: [PATCH] flag as working even though we dont do update --- Heartbeat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Heartbeat.php b/Heartbeat.php index b95c3be9..3ef9acfa 100644 --- a/Heartbeat.php +++ b/Heartbeat.php @@ -39,7 +39,7 @@ class Pman_Core_Heartbeat extends Pman $cd->find(true); $cc = clone($cd); if ( (time() - strtotime($cc->display_name)) < 30) { - die("OK - HEATBEAT TO FREQUENT"); + die("OK - HEATBEAT WORKING"); } $cd->display_name = date("Y-m-d H:i:s"); -- 2.39.2