I believe it's a limit in the database. The reason column is of type varchar(250), so I'm guessing you can just change that to something a little bit larger. (You can't increase it through a mod unless all the mod does is update the database.)
It isn't a file - it's in your database. You would have to have access to modify your database in order to modify it (and you should be comfortable doing so).