Skip to content

Commit

Permalink
Corect proc name.
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed May 10, 2024
1 parent 28b0642 commit 5f8ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -3603,7 +3603,7 @@ int rdbSaveToSlavesSockets(int req, rdbSaveInfo *rsi) {
if (strstr(server.exec_argv[0],"redis-server") != NULL) {
serverSetProcTitle("redis-rdb-to-slaves");
} else {
serverSetProcTitle("valkey-rdb-to-slaves");
serverSetProcTitle("valkey-rdb-to-replicas");
}
serverSetCpuAffinity(server.bgsave_cpulist);

Expand Down

0 comments on commit 5f8ddd9

Please sign in to comment.