0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
This commit is contained in:
dwight 2010-11-29 11:02:27 -05:00
parent 1319d64c6a
commit 21c146794d

View File

@ -161,7 +161,7 @@ namespace mongo {
}
// todo: should getParameters be not in dbcommands_generic?
assert( /*replSettings.slavedelay == 0 || */ b == 1 );
assert( replSettings.slave );
//assert( replSettings.slave );
replApplyBatchSize = b;
s++;
}