Skip to content

Commit 60e079d

Browse files
siara-ccsiara-in
authored andcommitted
Disable compression cache
1 parent a6dd9e4 commit 60e079d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shox96_0_2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum {SHX_STATE_1 = 1, SHX_STATE_2};
3636

3737
byte to_match_repeats_earlier = 1;
3838
byte to_match_repeats_within = 1;
39-
#define USE_64K_LOOKUP 1
39+
#define USE_64K_LOOKUP 0
4040
#if USE_64K_LOOKUP == 1
4141
byte lookup[65536];
4242
#endif

0 commit comments

Comments
 (0)