Add some hard limits on inserted activities.

This commit is contained in:
lain 2018-12-26 12:39:35 +01:00
commit 5811e65e67
4 changed files with 29 additions and 1 deletions

View file

@ -98,7 +98,8 @@ config :pleroma, :instance,
name: "Pleroma",
email: "example@example.com",
description: "A Pleroma instance, an alternative fediverse server",
limit: 5000,
limit: 5_000,
remote_limit: 10_000,
upload_limit: 16_000_000,
avatar_upload_limit: 2_000_000,
background_upload_limit: 4_000_000,