Skip to content

Commit f3164e6

Browse files
author
Really Him
committed
docs: remove redundant caching language
1 parent 1d6014d commit f3164e6

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

readme.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -298,15 +298,7 @@ You can customize the appearance of all your cards however you wish with URL par
298298
> - Pin: 12 hours (min 5m, max 12h)
299299
> - Gist: 2 days (min 2d, max 6d)
300300
>
301-
> Note: GitHub README images are cached by Camo using the full URL. To force a refresh, change the URL by adding or bumping a `v` query param (e.g., `&v=2`). While iterating, you can also lower cache via `cache_seconds=300` on the URL, or set the `CACHE_SECONDS` env var on your own deployment to override limits.
302-
303-
#### GitHub README (Camo) caching
304-
305-
GitHub proxies README images through `camo.githubusercontent.com` and caches aggressively. If you update visuals or data and don’t see changes:
306-
307-
- Add a cache‑buster: append `&v=2` (or any new value) to the image URL.
308-
- Optionally add `cache_seconds=300` while testing to shorten the CDN cache window.
309-
- After you’re satisfied, you can remove `cache_seconds` or raise it; keep `v` stable until you want Camo to refresh again.
301+
> Note: GitHub README images are cached by Camo using the full URL. To force a refresh, change the URL by adding or bumping a `v` (or any nonce) query param (e.g., `&v=2`). While iterating, you can also lower cache via `cache_seconds=300` on the URL, or set the `CACHE_SECONDS` env var on your own deployment to override limits.
310302
311303
##### Gradient in bg\_color
312304

0 commit comments

Comments
 (0)