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:
Wen Hui 2024-08-03 11:30:55 -04:00 committed by GitHub
parent 054ffd140f
commit facd123ce6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}