diff options
Diffstat (limited to 'example/config.yaml')
-rw-r--r-- | example/config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/config.yaml b/example/config.yaml index a56f4d35e..f95720545 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -478,8 +478,8 @@ media-description-max-chars: 500 # # If this is set to 0, then media from remote instances will be cached indefinitely. # Examples: [30, 60, 7, 0] -# Default: 30 -media-remote-cache-days: 30 +# Default: 7 +media-remote-cache-days: 7 # Int. Max size in bytes of emojis uploaded to this instance via the admin API. # The default is the same as the Mastodon size limit for emojis (50kb), which allows |