Update redis.conf to valkey.conf in log message (#855)
Update redis.conf to valkey.conf Signed-off-by: hwware <wen.hui.ware@gmail.com>
This commit is contained in:
parent
054ffd140f
commit
facd123ce6
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user