Skip to content

Commit 85c308b

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

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
@@ -7,7 +7,7 @@ export default defineCloudflareConfig({
77
incrementalCache: kvIncrementalCache,
88
// With such a configuration, we could have up to 12 * (8 + 2) = 120 Durable Objects instances
99
tagCache: shardedTagCache({
10-
baseShardSize: 6,
10+
baseShardSize: 12,
1111
enableShardReplication: true,
1212
shardReplicationOptions: {
1313
numberOfSoftReplicas: 8,

0 commit comments

Comments
 (0)