File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
source/fundamentals/crud/read-operations Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -286,14 +286,13 @@ calling their corresponding builder method:
286
286
* - ``no_cursor_timeout``
287
287
- | Specifies whether the server closes the cursor after a period
288
288
of inactivity.
289
-
290
- .. important::
291
-
292
- Because the ``Cursor`` type implements the ``Drop`` trait, the
293
- server closes a cursor when it goes out of scope. The server
294
- runs an asynchronous ``killCursors`` command to close the
295
- cursor. See :manual:`killCursors </reference/command/killCursors/>`
296
- in the Server manual to learn more.
289
+ |
290
+ | :gold:`IMPORTANT:`
291
+ Because the ``Cursor`` type implements the ``Drop`` trait, the
292
+ server closes a cursor when it goes out of scope. The server
293
+ runs an asynchronous ``killCursors`` command to close the
294
+ cursor. See :manual:`killCursors </reference/command/killCursors/>`
295
+ in the Server manual to learn more.
297
296
298
297
| Type: ``bool``
299
298
| Default: ``false``
You can’t perform that action at this time.
0 commit comments