Skip to content

Commit e3f9be7

Browse files
committed
fix rebase
1 parent 8998412 commit e3f9be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ export default defineCloudflareConfig({
88
incrementalCache: kvIncrementalCache,
99
// With such a configuration, we could have up to 12 * (8 + 2) = 120 Durable Objects instances
1010
tagCache: shardedTagCache({
11-
numberOfShards: 12,
11+
baseShardSize: 12,
1212
enableShardReplication: true,
1313
shardReplicationOptions: {
1414
numberOfSoftReplicas: 8,
1515
numberOfHardReplicas: 2,
1616
},
1717
}),
18-
queue: doQueue({ enableRegionalCache: true, regionalCacheTtlSec: 5 }),
18+
queue: queueCache(doQueue),
1919
});

0 commit comments

Comments
 (0)