Skip to content

Commit

Permalink
Increase the max fragment count when generating abbreviations.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed May 5, 2024
1 parent 01d7ab0 commit 031ba96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public enum Option {
AUTO_CONTRACT_LINKERS,
}

private static final int MAX_FRAG = 50;
private static final int MAX_FRAG = 256;

/**
* Symbol for joining disconnected fragments.
Expand Down

0 comments on commit 031ba96

Please sign in to comment.