Merge pull request 'Update development docs' (#43) from norm/akkoma:docs-development...
[akkoma] / config / description.exs
index 9401bed5c506cb60990f3b091b9310d8deeab405..3777905a36ddc0af2b412faaf8fcd63a278e7b4c 100644 (file)
@@ -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]
       }
     ]
   },