ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Increase limit on artist-, album-, and title-like tag lengths. #24

Closed dseomn closed 7 years ago

dseomn commented 7 years ago

I chose the order of magnitude (~4096) more or less arbitrarily. There's nothing magic about this power of 2. I chose 4094 instead of 4096 to avoid memory fragmentation when memory for the field is allocated along with a 2-byte length field.

Resolves #23.

ArturSierzant commented 7 years ago

Done in c658cf5 - more in #23