summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_batch_fetcher.h
diff options
context:
space:
mode:
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;