Skip to content

Commit

Permalink
Update src/server.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Brunner <[email protected]>
  • Loading branch information
JimB123 authored Jan 24, 2025
1 parent 814fd72 commit ba1ebd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.h
Original file line number Diff line number Diff line change
Expand Up @@ -1682,6 +1682,7 @@ struct valkeyServer {
char **exec_argv; /* Executable argv vector (copy). */
mode_t umask; /* The umask value of the process on startup */
int hz; /* serverCron() calls frequency in hertz */
int clients_hz; /* clientsTimeProc() frequency in hertz */
int in_fork_child; /* indication that this is a fork child */
serverDb *db;
dict *commands; /* Command table */
Expand Down

0 comments on commit ba1ebd0

Please sign in to comment.