From ac0b38cd884586fe8620cf6930f61079802df5cb Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 15 Aug 2023 21:15:19 +0200 Subject: [PATCH] fix a comment --- conf/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yaml b/conf/config.yaml index d593c2d..08678b2 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -389,7 +389,7 @@ media-description-max-chars: __MEDIA_DESCRIPTION_MAX_CHARS__ # are kept so that it can be fetched again if requested by a user. # # If this is set to 0, then media from remote instances will be cached indefinitely. -# Examples: 7 +# Examples: [30, 60, 7, 0] # Default: 7 media-remote-cache-days: __MEDIA_REMOTE_CACHE_DAYS__