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 d68f9aa commit 008d2d9Copy full SHA for 008d2d9
examples/e2e/app-router/open-next.config.ts
@@ -5,7 +5,7 @@ import doQueue from "@opennextjs/cloudflare/overrides/queue/do-queue";
5
6
export default defineCloudflareConfig({
7
incrementalCache: kvIncrementalCache,
8
- // With such a configuration, we could have up to 2 * 6 * (8 + 2) = 120 Durable Objects instances
+ // With such a configuration, we could have up to 12 * (8 + 2) = 120 Durable Objects instances
9
tagCache: shardedTagCache({
10
baseShardSize: 6,
11
enableShardReplication: true,
0 commit comments