Skip to content

Commit e3c0ed6

Browse files
committed
Increase MAX_ATOMS to handle Alien 4K and others from iTunes store
credit to @benfry refs: benfry@a66918b
1 parent 0114997 commit e3c0ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AtomicParsley.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
#include "util.h"
125125

126-
#define MAX_ATOMS 1024
126+
#define MAX_ATOMS 2048
127127
#define MAXDATA_PAYLOAD 1256
128128
#define DEFAULT_PADDING_LENGTH 2048;
129129
#define MINIMUM_REQUIRED_PADDING_LENGTH 0;

0 commit comments

Comments
 (0)