This commit is contained in:
Mark Felder 2024-05-07 22:11:19 -04:00 committed by Floatingghost
parent 411831458c
commit 1e86da43f5

View file

@ -56,7 +56,7 @@ defmodule Pleroma.Web.RichMedia.Helpers do
end
end
defp http_options() do
defp http_options do
[
pool: :media,
max_body: Config.get([:rich_media, :max_body], 5_000_000)