We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e8b15d commit 592a5beCopy full SHA for 592a5be
container-manager/src/gen/gen_xdpos.js
@@ -39,7 +39,7 @@ for (let i = 1; i <= config.num_machines; i++) {
39
const subnet_nodes = gen_compose.genSubnetNodes(
40
(machine_id = i),
41
(num = num_per_machine[i - 1]),
42
- (start_num = start_num)
+ (start_num = start_num),
43
(isXdpos = true)
44
);
45
start_num += num_per_machine[i - 1];
0 commit comments