Skip to content

Commit 1f4b56e

Browse files
committed
CDRIVER-992 link to server getMore command doc
1 parent 4039c28 commit 1f4b56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/mongoc_cursor_set_max_await_time_ms.page

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mongoc_cursor_set_max_await_time_ms (mongoc_cursor_t *cursor,
2828

2929
<section id="description">
3030
<title>Description</title>
31-
<p>The maximum amount of time for the server to wait on new documents to satisfy a tailable cursor query. Only applies if the is cursor created from <code xref="mongoc_collection_find">mongoc_collection_find</code> with the <link xref="mongoc_query_flags_t">query flags</link> MONGOC_QUERY_TAILABLE_CURSOR and MONGOC_QUERY_AWAIT_DATA, and the server is MongoDB 3.2 or later.</p>
31+
<p>The maximum amount of time for the server to wait on new documents to satisfy a tailable cursor query. Only applies if the cursor is created from <code xref="mongoc_collection_find">mongoc_collection_find</code> with the <link xref="mongoc_query_flags_t">query flags</link> MONGOC_QUERY_TAILABLE_CURSOR and MONGOC_QUERY_AWAIT_DATA, and the server is MongoDB 3.2 or later. See <link href="https://docs.mongodb.org/master/reference/command/getMore/">the documentation for maxTimeMS and the "getMore" command</link>.</p>
3232
<p>The <code>max_await_time_ms</code> cannot be changed after the first call to <code xref="mongoc_cursor_next">mongoc_cursor_next</code>.</p>
3333
</section>
3434

0 commit comments

Comments
 (0)