remove extra call to handleBlockedClientsTimeout (#557)
This commit is contained in:
parent
1113488991
commit
fc8e4804b2
@ -2815,9 +2815,6 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
|
|||||||
|
|
||||||
runAndPropogateToReplicas(processClients);
|
runAndPropogateToReplicas(processClients);
|
||||||
|
|
||||||
/* Handle precise timeouts of blocked clients. */
|
|
||||||
handleBlockedClientsTimeout();
|
|
||||||
|
|
||||||
/* Just call a subset of vital functions in case we are re-entering
|
/* Just call a subset of vital functions in case we are re-entering
|
||||||
* the event loop from processEventsWhileBlocked(). Note that in this
|
* the event loop from processEventsWhileBlocked(). Note that in this
|
||||||
* case we keep track of the number of events we are processing, since
|
* case we keep track of the number of events we are processing, since
|
||||||
|
Loading…
x
Reference in New Issue
Block a user