From d4f70e406a1437174d9eeb005063e0c12f4720bc Mon Sep 17 00:00:00 2001 From: Ophelia Goldstein <159258143+opheliagoldstein@users.noreply.github.com> Date: Thu, 9 Oct 2025 21:12:25 +0300 Subject: [PATCH] docs(readme): add missing info about wakatime card default cache timing (#4552) Co-authored-by: Alexandr --- backend/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/readme.md b/backend/readme.md index 2a63ee21..e8f94014 100644 --- a/backend/readme.md +++ b/backend/readme.md @@ -296,7 +296,7 @@ You can customize the appearance of all your cards however you wish with URL par | `border_radius` | Corner rounding on the card. | number | `4.5` | > [!WARNING] -> We use caching to decrease the load on our servers (see ). Our cards have the following default cache hours: stats card - 24 hours, top languages card - 144 hours (6 days), pin card - 240 hours (10 days), gist card - 48 hours (2 days). If you want the data on your statistics card to be updated more often you can [deploy your own instance](#deploy-on-your-own) and set [environment variable](#available-environment-variables) `CACHE_SECONDS` to a value of your choosing. +> We use caching to decrease the load on our servers (see ). Our cards have the following default cache hours: stats card - 24 hours, top languages card - 144 hours (6 days), pin card - 240 hours (10 days), gist card - 48 hours (2 days), and wakatime card - 24 hours. If you want the data on your cards to be updated more often you can [deploy your own instance](#deploy-on-your-own) and set [environment variable](#available-environment-variables) `CACHE_SECONDS` to a value of your choosing. ##### Gradient in bg\_color