Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Fix typo in UDP sender documentation #242
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrm authored May 12, 2020
1 parent 9b96bc5 commit 34a0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/udp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Buffer size

The TCP sender uses pooled buffers to reduce GC pressure. The size defaults to `811.008` bytes (`99 * 8192`). The size can be controlled by setting the `logstash-gelf.buffer.size` property (system property). Buffering is disabled if `logstash-gelf.buffer.size` is set to `0` (zero).
The UDP sender uses pooled buffers to reduce GC pressure. The size defaults to `811.008` bytes (`99 * 8192`). The size can be controlled by setting the `logstash-gelf.buffer.size` property (system property). Buffering is disabled if `logstash-gelf.buffer.size` is set to `0` (zero).

## Maximum Message Size

Expand Down

0 comments on commit 34a0b7b

Please sign in to comment.