mirror of
https://github.com/fluencelabs/redis
synced 2025-04-04 16:51:12 +00:00
after all closing a client for output buffer limit overcoming is a WARNING level message.
This commit is contained in:
parent
c8a607f2b6
commit
7957c67604
@ -1294,7 +1294,7 @@ void asyncCloseClientOnOutputBufferLimitReached(redisClient *c) {
|
|||||||
sds client = getClientInfoString(c);
|
sds client = getClientInfoString(c);
|
||||||
|
|
||||||
freeClientAsync(c);
|
freeClientAsync(c);
|
||||||
redisLog(REDIS_NOTICE,"Client %s scheduled to be closed ASAP for overcoming of output buffer limits.", client);
|
redisLog(REDIS_WARNING,"Client %s scheduled to be closed ASAP for overcoming of output buffer limits.", client);
|
||||||
sdsfree(client);
|
sdsfree(client);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user