From 4e50f7c3f4f556be59c8668ac6346174f8e02452 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sun, 15 Feb 2026 11:04:05 -0800 Subject: [PATCH] Docs: Update rate-limit TTL to 25 hours --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1acab9e..fab310c 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ Fork this repo, connect to Cloudflare Pages, deploy. Each new search writes a unique key to avoid race conditions with concurrent requests: -**Key:** `::-` → **Value:** `"1"` — **TTL:** 48 hours +**Key:** `::-` → **Value:** `"1"` — **TTL:** 25 hours To check usage, `list({ prefix: "::" })` counts the keys. No read-modify-write, no race condition.