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 committed Jan 24, 2025
1 parent 1ccdf66 commit 94e6c58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1122,10 +1122,10 @@ long long clientsTimeProc(struct aeEventLoop *eventLoop, long long id, void *cli
UNUSED(eventLoop);
UNUSED(id);
UNUSED(clientData);

const int MIN_CLIENTS_PER_CYCLE = 5;
const int MAX_CLIENTS_PER_CYCLE = 200;

monotime start_time;
elapsedStart(&start_time);

Expand Down

0 comments on commit 94e6c58

Please sign in to comment.