Skip to content

Commit

Permalink
init iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
msotheeswaran-sc committed Aug 23, 2023
1 parent 8f8b61f commit 717805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ void pexpireMemberAtCommand(client *c)
static int timelimit_exit = 0; /* Time limit hit in previous call? */
static long long last_fast_cycle = 0; /* When last fast cycle ran. */

int j, iteration;
int j, iteration = 0;
int dbs_per_call = CRON_DBS_PER_CALL;
long long start = ustime(), timelimit, elapsed;

Expand Down

0 comments on commit 717805e

Please sign in to comment.