forked from mirrors/amputoma
allow 1gb proxy media
This commit is contained in:
parent
09d46441df
commit
036fd4415c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ defmodule Pleroma.Web.PuppyMediaProxy.PuppyProxyController do
|
||||||
|
|
||||||
require Logger
|
require Logger
|
||||||
|
|
||||||
@max_body_length 25 * 1024 * 1024
|
@max_body_length 1024 * 1024 * 1024
|
||||||
@valid_mime_types ["image/", "video/", "audio/"]
|
@valid_mime_types ["image/", "video/", "audio/"]
|
||||||
|
|
||||||
def get(conn, %{"url" => url}) do
|
def get(conn, %{"url" => url}) do
|
||||||
|
|
Loading…
Add table
Reference in a new issue