From f093138d831756665ee775b82844193413d67b07 Mon Sep 17 00:00:00 2001 From: Balazs Keresztury Date: Mon, 27 Apr 2020 14:57:24 +0200 Subject: [PATCH] Update README.md to reflect unit of LingerTime MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Balázs Keresztury --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c90e435..eb1c793 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ NoDelay | Enable Nagle's algorithm SendBufferSize | Send buffer size | 8192 SendTimeout | Send timeout | 2 LingerEnabled | Wait for all the data to be sent when closing the connection | false -LingerTime | Linger timeout | 2 +LingerTime | Linger timeout in seconds (default: 1000) | 2 EmitStackTraceWhenAvailable | Emit a stacktrace for every log entry when available | false IncludeAllProperties | Include structured logging parameters for every log entry | false