diff options
author | lambda <lain@soykaf.club> | 2019-05-06 16:45:22 +0000 |
---|---|---|
committer | lambda <lain@soykaf.club> | 2019-05-06 16:45:22 +0000 |
commit | 4dabf64af45232afdbbb15d9a697a64e15a749ee (patch) | |
tree | 6284b81c9cc888bae9159d76dab7aab6f0e57661 /docs | |
parent | d089ff24600455fefc17e91807c61ddc61ba107a (diff) | |
parent | ce6ca0fefe7feb1c31447287aec117d40233652a (diff) | |
download | pleroma-4dabf64af45232afdbbb15d9a697a64e15a749ee.tar.gz |
Merge branch 'feature/845-improve-status-deletion' into 'develop'
Improve status deletion
Closes #845
See merge request pleroma/pleroma!1104
Diffstat (limited to 'docs')
-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 ad55d44a7..731eff99a 100644 --- a/docs/config.md +++ b/docs/config.md @@ -104,6 +104,7 @@ config :pleroma, Pleroma.Emails.Mailer, * `max_report_comment_size`: The maximum size of the report comment (Default: `1000`) * `safe_dm_mentions`: If set to true, only mentions at the beginning of a post will be used to address people in direct messages. This is to prevent accidental mentioning of people when talking about them (e.g. "@friend hey i really don't like @enemy"). (Default: `false`) * `healthcheck`: if set to true, system data will be shown on ``/api/pleroma/healthcheck``. +* `repo_batch_size`: Repo batch size. The number of loaded rows from the database to the memory for processing chunks. E.g. deleting user statuses. ## :logger * `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog, and `Quack.Logger` to log to Slack |