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 008d2d9 commit 85c308bCopy full SHA for 85c308b
examples/e2e/app-router/open-next.config.ts
@@ -7,7 +7,7 @@ export default defineCloudflareConfig({
7
incrementalCache: kvIncrementalCache,
8
// With such a configuration, we could have up to 12 * (8 + 2) = 120 Durable Objects instances
9
tagCache: shardedTagCache({
10
- baseShardSize: 6,
+ baseShardSize: 12,
11
enableShardReplication: true,
12
shardReplicationOptions: {
13
numberOfSoftReplicas: 8,
0 commit comments