yield on getMore SERVER-2450
This commit is contained in:
@@ -380,6 +380,9 @@ namespace mongo {
|
||||
}
|
||||
}
|
||||
c->advance();
|
||||
|
||||
if ( ! cc->yieldSometimes() )
|
||||
break;
|
||||
}
|
||||
|
||||
if ( cc ) {
|
||||
|
||||
Reference in New Issue
Block a user