summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog_applier.h
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2019-05-08 10:49:53 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2019-05-10 09:17:02 -0400
commit887e13622f1e3ffecefbed4f42bae62666680ee4 (patch)
tree83fac5044f6330d37187977198e235a018994068 /src/mongo/db/repl/oplog_applier.h
parent848b0c21638d6b1731385d0ead2d138b6c436515 (diff)
downloadmongo-887e13622f1e3ffecefbed4f42bae62666680ee4.tar.gz
SERVER-41006 Make replBatchLimitBytes configurable
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();