Skip to content

Commit

Permalink
Update src/content/docs/workers/runtime-apis/cache.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ToriLindsay authored Dec 13, 2024
1 parent bc2a26c commit 8f74b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/workers/runtime-apis/cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ The `stale-while-revalidate` and `stale-if-error` directives are not supported w
:::

:::note
Do not use dynamic or invalid hostnames in cache requests. This can cause DNS cache failures and latency.
To avoid unnecessary DNS lookups and cache inefficiencies, do not override the hostname in cache requests. Always use the hostname that matches the domain associated with your Worker.
:::

#### Parameters
Expand Down

0 comments on commit 8f74b36

Please sign in to comment.