Update README.md
This commit is contained in:
parent
5b08808d00
commit
e9aad516aa
|
|
@ -64,6 +64,8 @@ http {
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
|
|
||||||
# don't buffer data sent, good for small data bursts in real time
|
# don't buffer data sent, good for small data bursts in real time
|
||||||
|
# https://brooker.co.za/blog/2024/05/09/nagle.html
|
||||||
|
# https://news.ycombinator.com/item?id=10608356
|
||||||
#tcp_nodelay on;
|
#tcp_nodelay on;
|
||||||
|
|
||||||
# reduce the data that needs to be sent over network -- for testing environment
|
# reduce the data that needs to be sent over network -- for testing environment
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue