mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-29 16:47:28 +01:00
add comment
This commit is contained in:
parent
41daf0e83f
commit
6be565d608
@ -155,7 +155,8 @@ namespace mongo {
|
||||
char buf[32];
|
||||
while ( 1 ) {
|
||||
OpTime op(c.getLastOp());
|
||||
|
||||
|
||||
// check this first for w=0 or w=1
|
||||
if ( opReplicatedEnough( op, w ) )
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user