diff options
Diffstat (limited to 'example/config.yaml')
| -rw-r--r-- | example/config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/config.yaml b/example/config.yaml index c2f9667c3..acabd4e22 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -580,9 +580,9 @@ media-remote-max-size: 40MiB media-description-min-chars: 0 # Int. Maximum amount of characters permitted in an image or video description. -# Examples: [1000, 1500, 3000] -# Default: 1500 -media-description-max-chars: 1500 +# Examples: [1000, 5000, 10000] +# Default: 5000 +media-description-max-chars: 5000 # Size. Max size in bytes of emojis uploaded to this instance via the admin API. # |
