summaryrefslogtreecommitdiff
path: root/jstests/sharding/balance_repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/balance_repl.js')
-rw-r--r--jstests/sharding/balance_repl.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/sharding/balance_repl.js b/jstests/sharding/balance_repl.js
index 433e8167829..39c28b46448 100644
--- a/jstests/sharding/balance_repl.js
+++ b/jstests/sharding/balance_repl.js
@@ -12,10 +12,16 @@
other: {
chunkSize: 1,
rs0: {
- nodes: [{rsConfig: {votes: 1}}, {rsConfig: {priority: 0, votes: 0}}, ],
+ nodes: [
+ {rsConfig: {votes: 1}},
+ {rsConfig: {priority: 0, votes: 0}},
+ ],
},
rs1: {
- nodes: [{rsConfig: {votes: 1}}, {rsConfig: {priority: 0, votes: 0}}, ],
+ nodes: [
+ {rsConfig: {votes: 1}},
+ {rsConfig: {priority: 0, votes: 0}},
+ ],
}
}
});