We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0b8da commit a659614Copy full SHA for a659614
packages/cloudflare/src/api/overrides/tag-cache/kv-next-tag-cache.ts
@@ -13,7 +13,7 @@ export const BINDING_NAME = "NEXT_TAG_CACHE_KV";
13
*
14
* Warning:
15
* This implementation is considered experimental for now.
16
- * KV is eventually consistency and can take up to 60s to reflect the last write.
+ * KV is eventually consistent and can take up to 60s to reflect the last write.
17
* This means that:
18
* - revalidations can take up to 60s to apply
19
* - when a page depends on multiple tags they can be inconsistent for up to 60s
0 commit comments