From 56e9d85fc2f7d1dcbc05911a441813e68dce3213 Mon Sep 17 00:00:00 2001 From: tobi132 Date: Tue, 3 Dec 2019 02:59:42 +0100 Subject: [PATCH] Fixed #90 By reducing columns to 3 and rows to 200 --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 285c16b6..5a7f9c60 100644 --- a/config.php +++ b/config.php @@ -266,8 +266,8 @@ $config = array( 'anonymous_usage_statistics' => true, 'email_lai_sec_interval' => 60, // time in seconds between e-mails to one account from lost account interface, block spam 'google_analytics_id' => '', // e.g.: UA-XXXXXXX-X - 'experiencetable_columns' => 5, // how many columns to display in experience table page. * experiencetable_rows, 5 = 500 (will show up to 500 level) - 'experiencetable_rows' => 100, // till how many levels in one column + 'experiencetable_columns' => 3, // how many columns to display in experience table page. * experiencetable_rows, 5 = 500 (will show up to 500 level) + 'experiencetable_rows' => 200, // till how many levels in one column 'date_timezone' => 'Europe/Berlin', // more info at http://php.net/manual/en/timezones.php 'footer_show_load_time' => true, // display load time of the page in the footer