From abd013d6e423b316d52c1900711f2c8bd7dbe964 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Thu, 29 Aug 2013 15:28:45 +1000 Subject: [PATCH] Add $config['always_regenerate_markup'] (99.9% of Tinyboard users should ignore this) --- inc/config.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/config.php b/inc/config.php index 5d572010..9f68d04b 100644 --- a/inc/config.php +++ b/inc/config.php @@ -472,6 +472,11 @@ // } // ); + // Always regenerate markup. This isn't recommended and should only be used for debugging; by default, + // Tinyboard only parses post markup when it needs to, and keeps post-markup HTML in the database. This + // will significantly impact performance when enabled. + $config['always_regenerate_markup'] = false; + /* * ==================== * Image settings