diff options
author | Jess Fan <jess.fan@10gen.com> | 2016-06-24 14:00:05 -0400 |
---|---|---|
committer | Jess Fan <jess.fan@10gen.com> | 2016-07-06 10:18:38 -0400 |
commit | 6858c82c942c42dc4ad58b336e7a2d93c49c9149 (patch) | |
tree | 022b7dbf90416d65f5b3fa4e40a0e5f550d71d32 /src | |
parent | 7b0c84d7085f9c9abe1366d3b89cb4162131c198 (diff) | |
download | mongo-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.h | 2 |
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: |