Update README.md

This commit is contained in:
Denis Denisov 2024-05-10 01:24:49 +03:00 committed by GitHub
parent 5b08808d00
commit e9aad516aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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