From ed9f252a8480fdcc8354410ab393fd448ad13a99 Mon Sep 17 00:00:00 2001 From: Stefan Melmuk <509385+stefan0xC@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:20:07 +0200 Subject: [PATCH] Updated Using custom website icons (markdown) --- Using-custom-website-icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-custom-website-icons.md b/Using-custom-website-icons.md index 517daf3..0c0f3d0 100644 --- a/Using-custom-website-icons.md +++ b/Using-custom-website-icons.md @@ -18,7 +18,7 @@ If an icon file already exists it will check its last modification time if it is If setting `ICON_CACHE_TTL=0` is not an option for you (because you want to get new icons for most websites and only provide a few custom ones), you can also write a cron job that regularly calls `touch` on your custom placed icons so their modification time is kept fresh and they won't expire. > [!IMPORTANT] -By default `ICON_CACHE_TTL` is set to 259200 seconds so if you don't disable expiration or regularly update the modification time any manually placed icon will be ignored and possible overwritten after 30 days. +By default `ICON_CACHE_TTL` is set to 2592000 seconds so if you don't disable expiration or regularly update the modification time any manually placed icon will be ignored and possible overwritten after 30 days. If fetching an icon fails (for whatever reason), Vaultwarden will create a `.miss` file in the `ICON_CACHE_FOLDER` and not try fetching an icon again and instead serve an fallback icon instead. The miss file is removed automatically on a new request when the miss file has expired. (Expired in this case means its age is larger than `ICON_CACHE_NEGTTL` seconds which defaults to 3 days.)