File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -206,13 +206,6 @@ The following example disables retryable reads and writes for
206
206
a client. Select the :guilabel:`MongoClientSettings` or :guilabel:`Connection String`
207
207
tab to see the corresponding code.
208
208
209
- .. literalinclude:: /includes/fundamentals/code-examples/ReplicaSetConfigs.cs
210
- :start-after: start-retry-reads-writes
211
- :end-before: end-retry-reads-writes
212
- :emphasize-lines: 2-3
213
- :language: csharp
214
- :dedent:
215
-
216
209
.. tabs::
217
210
218
211
.. tab:: MongoClientSettings
@@ -229,8 +222,8 @@ tab to see the corresponding code.
229
222
:tabid: connectionstring
230
223
231
224
.. literalinclude:: /includes/fundamentals/code-examples/ReplicaSetConfigs.cs
232
- :start-after: start-retry-reads-writes
233
- :end-before: end-retry-reads-writes
225
+ :start-after: start-retry-reads-writes-connection-string
226
+ :end-before: end-retry-reads-writes-connection-string
234
227
:emphasize-lines: 1
235
228
:language: csharp
236
229
:dedent:
You can’t perform that action at this time.
0 commit comments