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 24, 2025
1 parent ba1ebd0 commit a8292c5
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 @@ -1126,7 +1126,7 @@ long long clientsTimeProc(struct aeEventLoop *eventLoop, long long id, void *cli
const int MIN_CLIENTS_PER_CYCLE = 5;
const int MAX_CLIENTS_PER_CYCLE = 200;

monotonic start_time;
monotime start_time;
elapsedStart(&start_time);

int numclients = listLength(server.clients);
Expand Down

0 comments on commit a8292c5

Please sign in to comment.