Skip to content

Commit

Permalink
minor format adjustment
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware committed Jul 4, 2024
1 parent b7fd33c commit d1e9cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentinel.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ typedef struct sentinelValkeyInstance {
mstime_t failover_start_time; /* Last failover attempt start time. */
mstime_t failover_timeout; /* Max time to refresh failover state. */
mstime_t failover_delay_logged; /* For what failover_start_time value we
logged the failover delay. */
* logged the failover delay. */
struct sentinelValkeyInstance *promoted_replica; /* Promoted replica instance. */
/* Scripts executed to notify admin or reconfigure clients: when they
* are set to NULL no script is executed. */
Expand Down

0 comments on commit d1e9cc2

Please sign in to comment.