remove extra call to handleBlockedClientsTimeout (#557)

This commit is contained in:
Malavan Sotheeswaran 2023-01-30 16:23:00 -05:00 committed by GitHub
parent 1113488991
commit fc8e4804b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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