0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

bad git commit

This commit is contained in:
Eliot Horowitz 2009-11-24 13:21:38 -05:00
parent de1b595ddf
commit 8f1aea304a

View File

@ -249,7 +249,7 @@ ShardingTest.prototype.sync = function(){
}
ShardingTest.prototype.onNumShards = function( collName , dbName ){
this.sync(); // we should sync since we're going directly to mongod here
//this.sync(); // we should sync since we're going directly to mongod here
dbName = dbName || "test";
var num=0;
for ( var i=0; i<this._connections.length; i++ )