mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Make sure the log standardizes on 'timeout'
This commit is contained in:
parent
123b221dc9
commit
f39a0bdb77
@ -1554,7 +1554,7 @@ void replicationCron(void) {
|
||||
if (server.masterhost && server.repl_state == REDIS_REPL_CONNECTED &&
|
||||
(time(NULL)-server.master->lastinteraction) > server.repl_timeout)
|
||||
{
|
||||
redisLog(REDIS_WARNING,"MASTER time out: no data nor PING received...");
|
||||
redisLog(REDIS_WARNING,"MASTER timeout: no data nor PING received...");
|
||||
freeClient(server.master);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user