Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Raise the character limit for a sub post to 65,535 #275

Closed happy-river closed 3 years ago

happy-river commented 3 years ago

We have some subs where they want to be able to post long essays, and the current size limit for posts is 16,384 characters, which is smaller than Reddit's limit of 40,000 and therefore too small. Raise it to 65,535 characters which is the maximum permitted in a MySQL text field (Postgres and SQLite allow a gigabyte).