diff --git a/src/replication.c b/src/replication.c index ce57e5f89a..6be8d3f9d5 100644 --- a/src/replication.c +++ b/src/replication.c @@ -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); }