From: Alan Date: Tue, 16 Apr 2024 03:09:30 +0000 (+0800) Subject: flag as working even though we dont do update X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=745711924a2634d7a3e41df56e1684664d921889 flag as working even though we dont do update --- 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");