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 8998412 commit e3f9be7Copy full SHA for e3f9be7
examples/e2e/app-router/open-next.config.ts
@@ -8,12 +8,12 @@ export default defineCloudflareConfig({
8
incrementalCache: kvIncrementalCache,
9
// With such a configuration, we could have up to 12 * (8 + 2) = 120 Durable Objects instances
10
tagCache: shardedTagCache({
11
- numberOfShards: 12,
+ baseShardSize: 12,
12
enableShardReplication: true,
13
shardReplicationOptions: {
14
numberOfSoftReplicas: 8,
15
numberOfHardReplicas: 2,
16
},
17
}),
18
- queue: doQueue({ enableRegionalCache: true, regionalCacheTtlSec: 5 }),
+ queue: queueCache(doQueue),
19
});
0 commit comments