Reenable TCP No Delay

Former-commit-id: e11211cdfeca46574a03f6f8210bbe1ab3d70961
This commit is contained in:
John Sully 2021-12-22 18:42:11 -05:00
parent 03603a2ac6
commit bef45f06bf

View File

@ -1099,8 +1099,8 @@ public:
flushData();
for (auto replica : replicas) {
// Return to original settings
//if (!g_pserver->repl_disable_tcp_nodelay)
// connEnableTcpNoDelay(replica->conn);
if (!g_pserver->repl_disable_tcp_nodelay)
connEnableTcpNoDelay(replica->conn);
}
}