0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
This commit is contained in:
dwight 2010-11-29 10:45:47 -05:00
parent e5bd2b123e
commit 24e1e55e5e
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ namespace mongo {
/** experimental. either remove or add support in repl sets also. in a repl set, getting this setting from the
repl set config could make sense.
*/
extern unsigned replApplyBatchSize;
unsigned replApplyBatchSize = 1;
class CmdGet : public Command {
public:

View File

@ -1125,7 +1125,7 @@ namespace mongo {
return true;
}
unsigned replApplyBatchSize = 1;
extern unsigned replApplyBatchSize;
/* slave: pull some data from the master's oplog
note: not yet in db mutex at this point.