Character count in Post

Just doing a site for a colleague, and I need to lift the limit on amount of characters he can post in a thread. Could some kind soul guide me to where we can change this please
There was an error rendering this rich post.
0
Just doing a site for a colleague, and I need to lift the limit on amount of characters he can post in a thread. Could some kind soul guide me to where we can change this please
There was an error rendering this rich post.
Answers
Fixed. configuration.php
$Configuration['Vanilla']['Comment']['MaxLength'] = '12000';
There was an error rendering this rich post.