Add some hard limits on inserted activities.
This commit is contained in:
parent
922abcda61
commit
5811e65e67
4 changed files with 29 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue