From e9aad516aaf6b87600cfcb40c9cd72e87afdebe9 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Fri, 10 May 2024 01:24:49 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5729a1b..bc91edd 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ http { tcp_nopush on; # 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; # reduce the data that needs to be sent over network -- for testing environment