Add option to modify HTTP pool size
[akkoma] / config / description.exs
index 1059039e7afaf77c050c0268563b2465ae9d6dd8..eb61c7218f83e0bef9c4190deedffbd38add67db 100644 (file)
@@ -2661,6 +2661,13 @@ config :pleroma, :config_description, [
           "What user agent to use. Must be a string or an atom `:default`. Default value is `:default`.",
         suggestions: ["Pleroma", :default]
       },
+      %{
+        key: :pool_size,
+        type: :integer,
+        description:
+          "Number of concurrent outbound HTTP requests to allow. Default 50.",
+        suggestions: [50]
+      },
       %{
         key: :adapter,
         type: :keyword,