Skip to content

Commit ce29daa

Browse files
committed
smaller max size
1 parent f2e2284 commit ce29daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iabgpp-encoder/src/main/java/com/iab/gpp/encoder/datatype/encoder/IntegerBitSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import java.util.stream.StreamSupport;
1010

1111
public final class IntegerBitSet extends BaseIntegerSet {
12-
static final int MAX_COLLECTION_SIZE = 16384;
12+
static final int MAX_COLLECTION_SIZE = 8192;
1313

1414
protected final BitSet bitSet;
1515
protected final int from;

0 commit comments

Comments
 (0)