Skip to content

Commit

Permalink
Update src/defrag.c
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Brunner <[email protected]>
  • Loading branch information
JimB123 authored Dec 12, 2024
1 parent 0ed833b commit ce3b933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/defrag.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@ static void beginDefragCycle(void) {
defrag.remaining_stages = listCreate();

for (int dbid = 0; dbid < server.dbnum; dbid++) {
addDefragStage(defragStageDbKeys, (void*)(uintptr_t)dbid, NULL);
addDefragStage(defragStageExpiresKvstore, (void*)(uintptr_t)dbid, NULL);
addDefragStage(defragStageDbKeys, (void *)(uintptr_t)dbid, NULL);
addDefragStage(defragStageExpiresKvstore, (void *)(uintptr_t)dbid, NULL);
}

static getClientChannelsFnWrapper getClientPubSubChannelsFn = {getClientPubSubChannels};
Expand Down

0 comments on commit ce3b933

Please sign in to comment.