Skip to content

Commit 008d2d9

Browse files
authored
Update examples/e2e/app-router/open-next.config.ts
1 parent d68f9aa commit 008d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/e2e/app-router/open-next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import doQueue from "@opennextjs/cloudflare/overrides/queue/do-queue";
55

66
export default defineCloudflareConfig({
77
incrementalCache: kvIncrementalCache,
8-
// With such a configuration, we could have up to 2 * 6 * (8 + 2) = 120 Durable Objects instances
8+
// With such a configuration, we could have up to 12 * (8 + 2) = 120 Durable Objects instances
99
tagCache: shardedTagCache({
1010
baseShardSize: 6,
1111
enableShardReplication: true,

0 commit comments

Comments
 (0)