summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_batch_fetcher.h
diff options
context:
space:
mode:
authorRachita Dhawan <rachita.dhawan@gmail.com>2023-01-11 17:43:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-01-23 22:41:56 +0000
commitdb9f4329fe249dcd2a31f7edebcd1bc5a68d98b5 (patch)
treea49b10daee6e5c88f338671e6b96d2ab8de99bc4 /src/mongo/db/s/migration_batch_fetcher.h
parent126bac30396cb6b4f2d571e96997eae1e4eb2df2 (diff)
downloadmongo-db9f4329fe249dcd2a31f7edebcd1bc5a68d98b5.tar.gz
SERVER-68388 Limit concurrency setting
(cherry picked from commit 07b44516a04e0d3b3ebadc4fa554142788095bb9)
Diffstat (limited to 'src/mongo/db/s/migration_batch_fetcher.h')
-rw-r--r--src/mongo/db/s/migration_batch_fetcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_batch_fetcher.h b/src/mongo/db/s/migration_batch_fetcher.h
index d402c3a92e6..b26f72153b1 100644
--- a/src/mongo/db/s/migration_batch_fetcher.h
+++ b/src/mongo/db/s/migration_batch_fetcher.h
@@ -107,7 +107,7 @@ private:
NamespaceString _nss;
// Size of thread pools.
- int _migrationConcurrency;
+ int _chunkMigrationConcurrency;
MigrationSessionId _sessionId;