Reenable TCP No Delay
Former-commit-id: e11211cdfeca46574a03f6f8210bbe1ab3d70961
This commit is contained in:
parent
d22a9dd64a
commit
b13134c501
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user