kylewm / redwind

Flask-based personal website #IndieWeb #OwnYourData
Other
45 stars 5 forks source link

Shortened keys from string(256) to 128 (utf-8 problem) #6

Closed thedod closed 9 years ago

thedod commented 9 years ago

string(256) is too long (at least on a utf-8 mariadb) for a key. I picked 128 just because it's a nice number. Not sure what the actual character limit (767 :question: bytes or something). I hope it's not too long for existing keys on existing installations, and that it's enough practically.

kylewm commented 9 years ago

Cool, thanks!