diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-15 20:41:38 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-02-15 20:41:38 +0300 |
commit | 269d592181bff8601f6545b85158ee1c222ff20d (patch) | |
tree | d9801ca0073b742eb4a338e831394df09e4acb45 /config/description.exs | |
parent | b95dd5e217e7e1477b53deb9992b65f20b5649ac (diff) | |
download | pleroma-269d592181bff8601f6545b85158ee1c222ff20d.tar.gz pleroma-269d592181bff8601f6545b85158ee1c222ff20d.zip |
[#1505] Restricted max thread distance for fetching replies on incoming federation (in addition to reply-to depth restriction).
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 5f7b6656c..50d058763 100644 --- a/config/description.exs +++ b/config/description.exs @@ -659,7 +659,7 @@ config :pleroma, :config_description, [ label: "Fed. incoming replies max depth", type: :integer, description: - "Max. depth of reply-to activities fetching on incoming federation, to prevent out-of-memory situations while" <> + "Max. depth of reply-to and reply activities fetching on incoming federation, to prevent out-of-memory situations while" <> " fetching very long threads. If set to `nil`, threads of any depth will be fetched. Lower this value if you experience out-of-memory crashes.", suggestions: [ 100 |