Skip to content

Commit

Permalink
we want to leave the default extendedWindow=false
Browse files Browse the repository at this point in the history
  • Loading branch information
magibney committed Jul 17, 2024
1 parent f00d6f1 commit 91f435b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private LZ4() {}
* provide {@link #DEFAULT_EXTENDED_MAX_DISTANCE} to allow tests to be run exercising lz4 with
* {@link #EXTENDED_MAX_DISTANCE}.
*/
public static final boolean DEFAULT_EXTENDED_MAX_DISTANCE = true;
public static final boolean DEFAULT_EXTENDED_MAX_DISTANCE = false;

This comment has been minimized.

Copy link
@hiteshk25

hiteshk25 Jul 17, 2024

Collaborator

add java sys prop here ?


static final int MEMORY_USAGE = 14;
static final int MIN_MATCH = 4; // minimum length of a match
Expand Down

0 comments on commit 91f435b

Please sign in to comment.