You'll need to alter your discussion table to allow more characters:
ALTER TABLE GDN_Discussions CHANGE Name Name varchar(255);
And then you'll need to implement a theme and remove the maxlength value from your form. Here's the offending line in /applications/vanilla/views/post/discussion.php: