Skip to content

Commit 8f74b36

Browse files
authored
Update src/content/docs/workers/runtime-apis/cache.mdx
1 parent bc2a26c commit 8f74b36

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/runtime-apis

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/cache.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The `stale-while-revalidate` and `stale-if-error` directives are not supported w
161161
:::
162162

163163
:::note
164-
Do not use dynamic or invalid hostnames in cache requests. This can cause DNS cache failures and latency.
164+
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.
165165
:::
166166

167167
#### Parameters

0 commit comments

Comments
 (0)