aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2020-07-27 15:24:20 -0500
committerAlex Gleason <alex@alexgleason.me>2020-07-27 15:24:20 -0500
commit520dce857e4a6d3cdce275c46b3ad7b46a582c76 (patch)
treee9a67b2b05ba68fdf18352f3c020f8c6e887ee42 /docs/configuration/cheatsheet.md
parent6f44a0ee84a8dca7a94a38b45493a444390f13ec (diff)
downloadpleroma-520dce857e4a6d3cdce275c46b3ad7b46a582c76.tar.gz
Add :registration_reason_length to description.exs
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 5cf073293..c89df24cc 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -59,6 +59,7 @@ To add configuration to your config file, you can copy it from the base config.
* `max_remote_account_fields`: The maximum number of custom fields in the remote user profile (default: `20`).
* `account_field_name_length`: An account field name maximum length (default: `512`).
* `account_field_value_length`: An account field value maximum length (default: `2048`).
+* `registration_reason_length`: Maximum registration reason length (default: `500`).
* `external_user_synchronization`: Enabling following/followers counters synchronization for external users.
* `cleanup_attachments`: Remove attachments along with statuses. Does not affect duplicate files and attachments without status. Enabling this will increase load to database when deleting statuses on larger instances.