Skip to content

Commit

Permalink
No standalone couch
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Oct 25, 2024
1 parent c1cf973 commit e0c14bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/move-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const moveNode = async (nodeMap, shardMapJson) => {
return await replaceInCluster(nodeMap, shardMapJson);
}

// Single node migration - replace node in standalone couch
// Single node migration - replace node in a single node couch
return await replaceForSingleNode(nodeMap);
};

Expand Down

0 comments on commit e0c14bc

Please sign in to comment.