X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Fdescription.exs;h=3777905a36ddc0af2b412faaf8fcd63a278e7b4c;hb=87bb417c994bede0cc155d1fe5a7decb807453f2;hp=9401bed5c506cb60990f3b091b9310d8deeab405;hpb=ee4646949e84b56faf45bca3e248018a60e03dd3;p=akkoma diff --git a/config/description.exs b/config/description.exs index 9401bed5c..3777905a3 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1689,6 +1689,13 @@ config :pleroma, :config_description, [ type: :integer, description: "Following handshake timeout", suggestions: [500] + }, + %{ + key: :max_collection_objects, + type: :integer, + description: + "The maximum number of items to fetch from a remote collections. Setting this too low can lead to only getting partial collections, but too high and you can end up fetching far too many objects.", + suggestions: [50] } ] },