Skip to content

Commit

Permalink
Update src/server.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Brunner <[email protected]>
  • Loading branch information
JimB123 authored Jan 23, 2025
1 parent 172d46c commit 755e7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ void getExpensiveClientsInfo(size_t *in_usage, size_t *out_usage) {
*out_usage = o;
}

/* This function is called by clientsTimerProc() and is used in order to perform
/* This function is called by clientsTimeProc() and is used in order to perform
* operations on clients that are important to perform constantly. For instance
* we use this function in order to disconnect clients after a timeout, including
* clients blocked in some blocking command with a non-zero timeout.
Expand Down

0 comments on commit 755e7ec

Please sign in to comment.