X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/d310fbedabd3101505b694f5c25a2e48480a3c2b..ecd82f59fe5296de2733154bfcf1a4b95d4547aa:/src/replication.c diff --git a/src/replication.c b/src/replication.c index 871ce95a..c1e46191 100644 --- a/src/replication.c +++ b/src/replication.c @@ -721,7 +721,7 @@ void replicationCron(void) { if (server.masterhost && server.repl_state == REDIS_REPL_TRANSFER && (time(NULL)-server.repl_transfer_lastio) > server.repl_timeout) { - redisLog(REDIS_WARNING,"Timeout receiving bulk data from MASTER..."); + redisLog(REDIS_WARNING,"Timeout receiving bulk data from MASTER... If the problem persists try to set the 'repl-timeout' parameter in redis.conf to a larger value."); replicationAbortSyncTransfer(); }