Files
mattermost/model
Agniva De Sarker f60b7437da MM-33893: Disable TCP_NO_DELAY for websocket connections (#17129)
* MM-33893: Disable TCP_NO_DELAY for websocket connections

In very large installations, websocket messages cause too much
traffic congestion by sending too small packets and thereby cause
a drop in throughput.

To counter this, we disable the TCP_NO_DELAY flag for websocket
connections. This has shown to give noticeable improvements in
load tests.

We wrap this in a feature flag for now to let it soak in Community
first.

```release-note
NONE
```

https://mattermost.atlassian.net/browse/MM-33893

* fix gorilla specific conn
2021-03-24 21:04:18 +05:30
..
2021-01-07 22:42:43 +05:30
2021-02-18 12:08:01 +01:00
2021-01-07 22:42:43 +05:30
2020-12-09 06:45:17 +01:00
2021-03-05 09:18:37 +01:00
2021-01-07 22:42:43 +05:30
2021-03-01 16:23:27 +01:00