diff options
author | lain <lain@soykaf.club> | 2020-02-04 15:29:26 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-04 15:29:26 +0000 |
commit | a56db789359c7c7d57b45e6c68f791eeadc171e4 (patch) | |
tree | 442be8df766b9ab15fff25677e5135d3a98b5421 /docs/configuration/cheatsheet.md | |
parent | c27d1d65bfd60effdb45359697141c136e156177 (diff) | |
parent | 90b862e7ab2ad64aed63502bc52ae92e5c0a1791 (diff) | |
download | pleroma-a56db789359c7c7d57b45e6c68f791eeadc171e4.tar.gz |
Merge branch 'feature/make_attachments_cleanup_optional' into 'develop'
Make attachments cleanup optional
See merge request pleroma/pleroma!2170
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index a81bfa29d..ed9049a8d 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -69,6 +69,7 @@ You shouldn't edit the base config directly to avoid breakages and merge conflic * `account_field_name_length`: An account field name maximum length (default: `512`). * `account_field_value_length`: An account field value maximum length (default: `2048`). * `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. ## Federation ### MRF policies |