summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJess Fan <jess.fan@10gen.com>2016-06-24 14:00:05 -0400
committerJess Fan <jess.fan@10gen.com>2016-07-06 10:18:38 -0400
commit6858c82c942c42dc4ad58b336e7a2d93c49c9149 (patch)
tree022b7dbf90416d65f5b3fa4e40a0e5f550d71d32 /src
parent7b0c84d7085f9c9abe1366d3b89cb4162131c198 (diff)
downloadmongo-6858c82c942c42dc4ad58b336e7a2d93c49c9149.tar.gz
SERVER-24227 Replace autoSplit startup opt with proper setting
Diffstat (limited to 'src')
-rw-r--r--src/mongo/s/balancer/balancer_configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/balancer/balancer_configuration.h b/src/mongo/s/balancer/balancer_configuration.h
index ba93ef9e7ef..ea3c1f194aa 100644
--- a/src/mongo/s/balancer/balancer_configuration.h
+++ b/src/mongo/s/balancer/balancer_configuration.h
@@ -163,7 +163,7 @@ private:
/**
* Utility class to parse the sharding autoSplit settings document, which has the following format:
*
- * sharding: { autoSplit: <true|false> }
+ * autosplit: { enabled: <true|false> }
*/
class AutoSplitSettingsType {
public: