Skip to content

Commit 5d84469

Browse files
committed
Add missing description
1 parent f79e347 commit 5d84469

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Operation/CreateIndexes.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ class CreateIndexes implements Executable
7272
*
7373
* Supported options:
7474
*
75-
* * commitQuorum (integer|string):
75+
* * commitQuorum (integer|string): Specifies how many data-bearing members
76+
* of a replica set, including the primary, must complete the index
77+
* builds successfully before the primary marks the indexes as ready.
7678
*
7779
* * maxTimeMS (integer): The maximum amount of time to allow the query to
7880
* run.

0 commit comments

Comments
 (0)