diff options
author | lain <lain@soykaf.club> | 2018-12-26 12:39:35 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-12-26 12:39:35 +0100 |
commit | 5811e65e67591b06238de66470c03744e0d83e2d (patch) | |
tree | 2fa0c03884b8fb2437f0721a7283dd3f75ed5c80 /docs/config.md | |
parent | 922abcda61298a7bca48894cb9a51a52fdeab1ed (diff) | |
download | pleroma-5811e65e67591b06238de66470c03744e0d83e2d.tar.gz |
Add some hard limits on inserted activities.
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 728916f82..0aeaf934e 100644 --- a/docs/config.md +++ b/docs/config.md @@ -63,6 +63,7 @@ config :pleroma, Pleroma.Mailer, * `email`: Email used to reach an Administrator/Moderator of the instance * `description`: The instance’s description, can be seen in nodeinfo and ``/api/v1/instance`` * `limit`: Posts character limit (CW/Subject included in the counter) +* `remote_limit`: Hard character limit beyond which remote posts will be dropped. * `upload_limit`: File size limit of uploads (except for avatar, background, banner) * `avatar_upload_limit`: File size limit of user’s profile avatars * `background_upload_limit`: File size limit of user’s profile backgrounds |