From 9c782e59ddac5fa01cd5b2517f282b283f01bc1d Mon Sep 17 00:00:00 2001 From: lambda Date: Fri, 28 Dec 2018 18:57:50 +0000 Subject: [PATCH] Raise remote limit --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 82e7d8121..d59aa278e 100644 --- a/config/config.exs +++ b/config/config.exs @@ -99,7 +99,7 @@ config :pleroma, :instance, email: "example@example.com", description: "A Pleroma instance, an alternative fediverse server", limit: 5_000, - remote_limit: 10_000, + remote_limit: 100_000, upload_limit: 16_000_000, avatar_upload_limit: 2_000_000, background_upload_limit: 4_000_000,