diff options
author | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-09-27 15:39:26 -0400 |
---|---|---|
committer | Esha Maharishi <esha.maharishi@mongodb.com> | 2016-09-29 14:38:42 -0400 |
commit | c47eb7408d712ac75c09b54079abfd0c28346a07 (patch) | |
tree | bf8cfb3952853695e3c9906eb85f923323d07c07 /jstests/tool | |
parent | ed355c631bd460cbd75f50e18d71f7df37b00bfe (diff) | |
download | mongo-c47eb7408d712ac75c09b54079abfd0c28346a07.tar.gz |
SERVER-26309 Disable auto splitting in ShardingTest by default
Diffstat (limited to 'jstests/tool')
-rw-r--r-- | jstests/tool/dumprestore9.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/tool/dumprestore9.js b/jstests/tool/dumprestore9.js index dfb8f2d0979..9123c75bf04 100644 --- a/jstests/tool/dumprestore9.js +++ b/jstests/tool/dumprestore9.js @@ -13,7 +13,7 @@ if (0) { name: "dumprestore9a", shards: 2, mongos: 3, - other: {chunkSize: 1, enableBalancer: 1} + other: {chunkSize: 1, enableBalancer: true} }); step("Shard collection"); |