From 6183614b5900e2f95483dae220adaa142aa9ab6c Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 18 Jul 2015 17:58:42 +0200 Subject: [PATCH] Change default limit_per_page to 10 --- includes/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/settings.php b/includes/settings.php index 317cfc2..5ae78a6 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -22,7 +22,7 @@ final class Settings { $this->show_pager = true; // Amount of bans/mutes/warnings to show on each page - $this->limit_per_page = 20; + $this->limit_per_page = 10; // If you set a table prefix in config.yml, put it here too $table_prefix = "";