Skip to content

Commit

Permalink
Update src/server.h
Browse files Browse the repository at this point in the history
Co-authored-by: ranshid <[email protected]>
Signed-off-by: Amit Nagler <[email protected]>
  • Loading branch information
naglera and ranshid authored Oct 29, 2024
1 parent eba00eb commit b82704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@ struct valkeyServer {
int dbid;
} repl_provisional_primary;
client *cached_primary; /* Cached primary to be reused for PSYNC. */
rio *loading_rio; /* Pointer to the Rio object currently used for loading data. */
rio *loading_rio; /* Pointer to the rio object currently used for loading data. */
int repl_syncio_timeout; /* Timeout for synchronous I/O calls */
int repl_state; /* Replication status if the instance is a replica */
int repl_rdb_channel_state; /* State of the replica's rdb channel during dual-channel-replication */
Expand Down

0 comments on commit b82704f

Please sign in to comment.