diff --git a/common/src/main/java/com/zegelin/prometheus/exposition/FormattedByteChannel.java b/common/src/main/java/com/zegelin/prometheus/exposition/FormattedByteChannel.java index 0d68e27..f4c4c21 100644 --- a/common/src/main/java/com/zegelin/prometheus/exposition/FormattedByteChannel.java +++ b/common/src/main/java/com/zegelin/prometheus/exposition/FormattedByteChannel.java @@ -5,7 +5,7 @@ public class FormattedByteChannel implements ReadableByteChannel { public static final int MIN_CHUNK_SIZE = 1024 * 1024; - public static final int MAX_CHUNK_SIZE = MIN_CHUNK_SIZE * 5; + public static final int MAX_CHUNK_SIZE = MIN_CHUNK_SIZE * 50; private final FormattedExposition formattedExposition;