From 823c9eb030464792730edc6329b7f653fde08d1c Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 22 Jan 2025 11:22:09 -0500 Subject: [PATCH] Reduce the Max amount of Records per page to 100 instead of 500 to prevent performance issues --- includes/filter_footer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/filter_footer.php b/includes/filter_footer.php index 88b91444..5925d688 100644 --- a/includes/filter_footer.php +++ b/includes/filter_footer.php @@ -26,7 +26,6 @@ if ($total_found_rows > 5) { -