Skip to content

Commit 159365a

Browse files
committed
More inline
1 parent 938f9f1 commit 159365a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

persistence/upgrades/mongodb-5to6.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ Starting with this version, outbox records include a partition key (defaulting t
5050

5151
For the new endpoints, it is recommended to disable the fallback reads.
5252

53-
snippet: MongoDBDisableReadFallback
53+
```csharp
54+
var outbox = endpointConfiguration.EnableOutbox();
55+
outbox.DisableReadFallback();
56+
```
5457

5558
For the existing endpoints, fallback reads should be enabled until at least the configured time to keep deduplication data has passed. Note that:
5659

0 commit comments

Comments
 (0)