How to allow duplicate comments?

Add this to your functions.php:

add_filter('duplicate_comment_id', '__return_false');