summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/sync_tail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/sync_tail.h')
-rw-r--r--src/mongo/db/repl/sync_tail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/sync_tail.h b/src/mongo/db/repl/sync_tail.h
index af12ea68ef3..914252690df 100644
--- a/src/mongo/db/repl/sync_tail.h
+++ b/src/mongo/db/repl/sync_tail.h
@@ -80,7 +80,7 @@ public:
/**
* Lower bound of batch limit size (in bytes) returned by calculateBatchLimitBytes().
*/
- static const unsigned int replBatchLimitBytes = 100 * 1024 * 1024;
+ static AtomicInt32 replBatchLimitBytes;
/**
* Calculates batch limit size (in bytes) using the maximum capped collection size of the oplog