activitypub: upload: pass through an upload limit if one is provided

This commit is contained in:
William Pitcock 2018-10-29 16:30:12 +00:00
commit 167d3789a5
2 changed files with 9 additions and 3 deletions

View file

@ -84,6 +84,9 @@ config :pleroma, :instance,
description: "A Pleroma instance, an alternative fediverse server",
limit: 5000,
upload_limit: 16_000_000,
avatar_upload_limit: 2_000_000,
background_upload_limit: 4_000_000,
banner_upload_limit: 4_000_000,
registrations_open: true,
federating: true,
allow_relay: true,