Reenable TCP No Delay

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

View File

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