mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(config): 🚩 Add emoji size/description size controls
This commit is contained in:
parent
5074ac788f
commit
b14fa17e1a
6 changed files with 44 additions and 4 deletions
|
|
@ -164,6 +164,8 @@ max_header_size = 5_000_000
|
|||
max_media_size = 40_000_000
|
||||
max_media_attachments = 10
|
||||
max_media_description_size = 1000
|
||||
max_emoji_size = 1000000
|
||||
max_emoji_description_size = 1000
|
||||
max_poll_options = 20
|
||||
max_poll_option_size = 500
|
||||
min_poll_duration = 60 # Seconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue