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");