Add option to modify HTTP pool size
[akkoma] / config / config.exs
index 4c39d52b35d4e801d73ebd585e3da7f674a1b30d..48290fb058d4753ddb8084793c4e17116df8c105 100644 (file)
@@ -179,6 +179,7 @@ config :pleroma, :http,
   receive_timeout: :timer.seconds(15),
   proxy_url: nil,
   user_agent: :default,
+  pool_size: 50,
   adapter: []
 
 config :pleroma, :instance,