Skip to content

Commit

Permalink
nullify loading_rio on startup
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Nov 26, 2024
1 parent 41ea9e9 commit c6f676e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -2177,6 +2177,7 @@ void initServerConfig(void) {
server.fsynced_reploff_pending = 0;
server.rdb_client_id = -1;
server.loading_process_events_interval_ms = LOADING_PROCESS_EVENTS_INTERVAL_DEFAULT;
server.loading_rio = NULL;

/* Replication partial resync backlog */
server.repl_backlog = NULL;
Expand Down

0 comments on commit c6f676e

Please sign in to comment.