Skip to content

Commit

Permalink
update server log
Browse files Browse the repository at this point in the history
Signed-off-by: hwware <[email protected]>
  • Loading branch information
hwware committed Jul 31, 2024
1 parent 4b8de6b commit 719287c
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 719287c

Please sign in to comment.