diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-05-07 09:07:06 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-05-07 09:07:06 +0700 |
commit | f46295faa7002b3afd8cde1c1de302212195ada2 (patch) | |
tree | 66e9108f8bd75c293d71a24279f8887b7bf22628 /config | |
parent | d26998c2ac4592471ec38b9bb63366ea29219749 (diff) | |
download | pleroma-f46295faa7002b3afd8cde1c1de302212195ada2.tar.gz pleroma-f46295faa7002b3afd8cde1c1de302212195ada2.zip |
unused config paramater
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/config.exs b/config/config.exs index 946ba9adf..1e64b79a7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -232,8 +232,7 @@ config :pleroma, :instance, welcome_message: nil, max_report_comment_size: 1000, safe_dm_mentions: false, - healthcheck: false, - repo_batch_size: 500 + healthcheck: false config :pleroma, :markup, # XXX - unfortunately, inline images must be enabled by default right now, because |