Add $config['always_regenerate_markup'] (99.9% of Tinyboard users should ignore this)

This commit is contained in:
Michael Foster 2013-08-29 15:28:45 +10:00
parent 5f977ee593
commit abd013d6e4

View File

@ -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