Limit the number of revisions (brutal)

Limit the number of revisions (brutal)

In the wp-config.php file add this line:
<?php
define( 'WP_POST_REVISIONS', 5 );

Only 5 revisions. Dot.