feat(config): 🚩 Add emoji size/description size controls

This commit is contained in:
Jesse Wierzbinski 2024-12-09 10:55:04 +01:00
parent 5074ac788f
commit b14fa17e1a
No known key found for this signature in database
6 changed files with 44 additions and 4 deletions

View file

@ -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