Skip to content

Commit 3877dc7

Browse files
committed
update comments: retries are gone from SDAM
1 parent 2d3e0bc commit 3877dc7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/mongoc/mongoc-cluster.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,8 +1481,7 @@ _mongoc_cluster_select_by_optype(mongoc_cluster_t *cluster,
14811481
*
14821482
* mongoc_cluster_preselect_description --
14831483
*
1484-
* Server selection by opcode, with retries, returns full
1485-
* server description.
1484+
* Server selection by opcode, returns full server description.
14861485
*
14871486
* NOTE: caller becomes the owner of returned server description
14881487
* and must clean it up.
@@ -1535,7 +1534,7 @@ mongoc_cluster_preselect_description (mongoc_cluster_t *cluster,
15351534
*
15361535
* mongoc_cluster_preselect --
15371536
*
1538-
* Server selection by opcode with retries.
1537+
* Server selection by opcode.
15391538
*
15401539
*--------------------------------------------------------------------------
15411540
*/

0 commit comments

Comments
 (0)