Add $config['always_regenerate_markup'] (99.9% of Tinyboard users should ignore this)
This commit is contained in:
parent
5f977ee593
commit
abd013d6e4
@ -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
|
* Image settings
|
||||||
|
Loading…
Reference in New Issue
Block a user