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 551dfbe commit 46a9c18Copy full SHA for 46a9c18
packages/cloudflare/src/api/overrides/tag-cache/do-sharded-tag-cache.ts
@@ -5,8 +5,8 @@ import { IgnorableError } from "@opennextjs/aws/utils/error.js";
5
6
import type { OpenNextConfig } from "../../../api/config.js";
7
import { getCloudflareContext } from "../../cloudflare-context";
8
-import { debugCache, purgeCacheByTags } from "../internal";
9
import { DOShardedTagCache } from "../../durable-objects/sharded-tag-cache.js";
+import { debugCache, purgeCacheByTags } from "../internal";
10
11
export const DEFAULT_WRITE_RETRIES = 3;
12
export const DEFAULT_NUM_SHARDS = 4;
0 commit comments