drop admin scopes on create app instead of rejecting
[akkoma] / config / description.exs
index 1059039e7afaf77c050c0268563b2465ae9d6dd8..c43e25468f7db023866f6ca5197a479731e00c55 100644 (file)
@@ -2661,6 +2661,12 @@ 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,