From 75adf4e90a8fba3b59c420a60ad2beecf45b11a5 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Mon, 16 Dec 2024 23:06:35 +0300 Subject: [PATCH] cache availability blah blah --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f800f..148fc9f 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,8 @@ this sets the mtime for the post to right now, invalidating the reference to it as bingus-blog believes that the contents have changed. to improve cache availability, it is considered good practice to always set -`DONT_CACHE` if there is at least one query param. +`DONT_CACHE` if there is at least one query param. this is already done by +bingus-blog, but you can opt out by `unset`ting it. ### fastblag