Skip to content

Commit

Permalink
Update README.md to reflect unit of LingerTime
Browse files Browse the repository at this point in the history
  • Loading branch information
belidzs authored Apr 27, 2020
1 parent d0e932a commit b494efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b494efa

Please sign in to comment.