Commit 4e4fe42
committed
fix: make regional cache hits bypass the tagCache
When the `regional-cache` is used and it finds an entry, there's no need
to then interact with the `tagCache`, so the changes here add
`shouldBypassTagCache: true` to the cache response to avoid interactions
with the tagCache (which can slow down response times)1 parent ebe7249 commit 4e4fe42
File tree
1 file changed
+1
-1
lines changed- packages/cloudflare/src/api/overrides/incremental-cache
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments