Significantly improve perf in replication scenarios

Former-commit-id: ae8a94d6158cada41b7497d55fe12f5d776f0c75
This commit is contained in:
John Sully 2020-10-12 15:27:03 +00:00
parent 239d874f1f
commit b2b72ff412

View File

@ -3669,8 +3669,6 @@ void call(client *c, int flags) {
}
redisOpArrayFree(&g_pserver->also_propagate);
}
ProcessPendingAsyncWrites();
g_pserver->also_propagate = prev_also_propagate;