summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/oplog_applier.h')
-rw-r--r--src/mongo/db/repl/oplog_applier.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/oplog_applier.h b/src/mongo/db/repl/oplog_applier.h
index 49477ac03ec..0966ec3b960 100644
--- a/src/mongo/db/repl/oplog_applier.h
+++ b/src/mongo/db/repl/oplog_applier.h
@@ -104,11 +104,6 @@ public:
OperationContext* opCtx, const BatchLimits& batchLimits)>;
/**
- * Lower bound of batch limit size (in bytes) returned by calculateBatchLimitBytes().
- */
- static const unsigned int replBatchLimitBytes = 100 * 1024 * 1024;
-
- /**
* Creates thread pool for writer tasks.
*/
static std::unique_ptr<ThreadPool> makeWriterPool();