X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=config%2Fdescription.exs;h=c43e25468f7db023866f6ca5197a479731e00c55;hb=52d8183787db739fc10dd3e95141e274d4fb2bcc;hp=1059039e7afaf77c050c0268563b2465ae9d6dd8;hpb=18bf82d7479b0bb767a657e1b7447529f9c2884f;p=akkoma diff --git a/config/description.exs b/config/description.exs index 1059039e7..c43e25468 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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,