diff --git a/data/web/inc/vars.inc.php b/data/web/inc/vars.inc.php index 4f09d5f9a..5e6d72e78 100644 --- a/data/web/inc/vars.inc.php +++ b/data/web/inc/vars.inc.php @@ -124,7 +124,7 @@ $MAILCOW_APPS = array( ); // Rows until pagination begins -$PAGINATION_SIZE = 20; +$PAGINATION_SIZE = 25; // Default number of rows/lines to display (log table) $LOG_LINES = 1000;