How to increase tag description length?

The tag description length is hardcoded into Discourse, so if you wanted to change this value you would need to edit that line in the code on your Discourse instance and then rebuild Discourse.

cd /var/discourse
./launcher rebuild app

Alternatively, you could create a plugin to expose that setting on the admin settings menu, and then update it as needed.