Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Turin <[email protected]>
  • Loading branch information
pieturin committed Dec 17, 2024
1 parent a8d221c commit 0ccc5cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -3223,12 +3223,12 @@ int clusterProcessPacket(clusterLink *link) {
if (!sender) {
if (!link->node) {
/* Add this node if it is new for us and the msg type is MEET.
* In this stage we don't try to add the node with the right
* flags, replicaof pointer, and so forth, as this details will be
* resolved when we'll receive PONGs from the node. The exception
* to this is the flag that indicates extensions are supported, as
* we want to send extensions right away in the return PONG in order
* to reduce the amount of time needed to stabilize the shard ID. */
* In this stage we don't try to add the node with the right
* flags, replicaof pointer, and so forth, as this details will be
* resolved when we'll receive PONGs from the node. The exception
* to this is the flag that indicates extensions are supported, as
* we want to send extensions right away in the return PONG in order
* to reduce the amount of time needed to stabilize the shard ID. */
clusterNode *node;

node = createClusterNode(NULL, CLUSTER_NODE_HANDSHAKE);
Expand Down

0 comments on commit 0ccc5cc

Please sign in to comment.