mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
compile
This commit is contained in:
parent
e5bd2b123e
commit
24e1e55e5e
@ -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:
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user