FEATURE: allow for a larger maximum post length

In some documentation heavy sites larger posts may be desirable.

This is not a setting to change without thinking, however where it is
needed it can make sense. Allow for a 50% increase in max over our
previous maximum.

The old limit of 99000 is arbitrary. Stuff gets riskier the longer posts
get especially with complex markdown, however 99000 is not a threshold
where stuff automatically breaks.
This commit is contained in:
Sam Saffron 2020-03-12 18:10:03 +11:00
parent 11921c4868
commit 9c930c622e
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ posting:
max_post_length:
client: true
default: 32000
max: 99000
max: 150000
topic_featured_link_enabled:
client: true
default: true