diff --git a/pandora_console/include/ajax/alert_list.ajax.php b/pandora_console/include/ajax/alert_list.ajax.php index feeb235337..8f201b489c 100644 --- a/pandora_console/include/ajax/alert_list.ajax.php +++ b/pandora_console/include/ajax/alert_list.ajax.php @@ -850,7 +850,7 @@ if ($get_agent_alerts_datatable === true) { } else { $options_simple = [ 'order' => $order, - 'limit' => ($length > 0) ? $length : 18446744073709551615, + 'limit' => ($length > 0) ? $length : 1844674407370955161, 'offset' => $start, ]; }