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
|
|
@ -32,6 +32,10 @@ remove_on_failure = 31536000
|
|||
remove_on_complete = 31536000
|
||||
# Time in seconds to remove failed jobs
|
||||
remove_on_failure = 31536000
|
||||
|
||||
[validation]
|
||||
max_emoji_size = 1000000
|
||||
max_emoji_description_size = 1000
|
||||
```
|
||||
|
||||
### Configuration Changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue