We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbc946 commit a92385dCopy full SHA for a92385d
src/main/java/com/timgroup/statsd/NonBlockingStatsDClient.java
@@ -51,7 +51,7 @@
51
*/
52
public final class NonBlockingStatsDClient implements StatsDClient {
53
54
- private static final int PACKET_SIZE_BYTES = 1500;
+ private static final int PACKET_SIZE_BYTES = 1400;
55
56
private static final StatsDClientErrorHandler NO_OP_HANDLER = new StatsDClientErrorHandler() {
57
@Override public void handle(final Exception e) { /* No-op */ }
0 commit comments