Skip to content

Commit

Permalink
Update redis.conf to valkey.conf in log message (valkey-io#855)
Browse files Browse the repository at this point in the history
Update redis.conf to valkey.conf

Signed-off-by: hwware <[email protected]>
Signed-off-by: mwish <[email protected]>
  • Loading branch information
hwware authored and mapleFU committed Aug 22, 2024
1 parent a98a51e commit 146b678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -4474,7 +4474,7 @@ void replicationCron(void) {
if (server.primary_host && server.repl_state == REPL_STATE_TRANSFER &&
(time(NULL) - server.repl_transfer_lastio) > server.repl_timeout) {
serverLog(LL_WARNING, "Timeout receiving bulk data from PRIMARY... If the problem persists try to set the "
"'repl-timeout' parameter in redis.conf to a larger value.");
"'repl-timeout' parameter in valkey.conf to a larger value.");
cancelReplicationHandshake(1);
}

Expand Down

0 comments on commit 146b678

Please sign in to comment.