Credo
This commit is contained in:
parent
411831458c
commit
1e86da43f5
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ defmodule Pleroma.Web.RichMedia.Helpers do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
defp http_options() do
|
defp http_options do
|
||||||
[
|
[
|
||||||
pool: :media,
|
pool: :media,
|
||||||
max_body: Config.get([:rich_media, :max_body], 5_000_000)
|
max_body: Config.get([:rich_media, :max_body], 5_000_000)
|
||||||
|
|
Loading…
Reference in a new issue