It looks like you added too much.
thats why we need longer titles
I'd have to disagree. The way the database works - people think that the database size is only the size of data that is added, however this is untrue. Longer titles require a longer length field in the database and ALL titles regardless of their length will use this much data.
Lets throw some imaginary numbers out there to explain.
IE: If the database was set to use 60 characters long, each table row would be roughly 4KB long EVEN if they were empty.
Say you added the game: Crysis
One would think that this would only use 6 bytes (characters) of database room, but that's not how it works.
Even with the title being only 6 bytes, it would still use the full 60 character length causing each table row to be 4KB
These numbers are purely speculation but that's how a database works. The database / table row size all depends on the amount of fields and their default length values.
Increasing the max title size just for the benefit of a FEW games would be such a waste of database space. Try using some abbreviations in your title or find an alternative name that users will recognize without the full title length. Thanks.