Skip to content

Commit a92385d

Browse files
KotaiVictormasci
authored andcommitted
Reducing buffer size to 1400 (#17)
1 parent abbc946 commit a92385d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/timgroup/statsd/NonBlockingStatsDClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
public final class NonBlockingStatsDClient implements StatsDClient {
5353

54-
private static final int PACKET_SIZE_BYTES = 1500;
54+
private static final int PACKET_SIZE_BYTES = 1400;
5555

5656
private static final StatsDClientErrorHandler NO_OP_HANDLER = new StatsDClientErrorHandler() {
5757
@Override public void handle(final Exception e) { /* No-op */ }

0 commit comments

Comments
 (0)