Skip to content

Commit

Permalink
bad git commit
Browse files Browse the repository at this point in the history
  • Loading branch information
erh committed Nov 24, 2009
1 parent de1b595 commit 8f1aea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/servers.js
Expand Up @@ -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++ )
Expand Down

0 comments on commit 8f1aea3

Please sign in to comment.