From fc1055add8455d9cc8ec247eabf3bfcd602a653a Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 7 Dec 2023 21:47:34 -0500 Subject: [PATCH] Onesigfnal --- www-api/app/Controllers/WrenchCrons.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-api/app/Controllers/WrenchCrons.php b/www-api/app/Controllers/WrenchCrons.php index 96664d9d..122b77ca 100644 --- a/www-api/app/Controllers/WrenchCrons.php +++ b/www-api/app/Controllers/WrenchCrons.php @@ -42,7 +42,8 @@ class WrenchCrons extends BaseController $out=[]; $in['call_action'] = WRB_CRONJOB_NOTIFICATIONS; - $in['one_limit'] = 10; + $in['one_limit'] = 10; //remove this + $in['limit'] = 10; $ret['WRB_CRONJOB_NOTIFICATIONS'] = $wrenchboard->wrenchboard_api($in, $out); $out = $ret; log_message('critical', "WrenchCrons Out ===> cron_notifications ******** 0001");