Skip to content

Commit

Permalink
Merge pull request #4492 from ghostery/chrmod-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
seia-soto authored Dec 3, 2024
2 parents 4e6ab55 + b476e99 commit b8c3beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adblocker/tools/generate_compression_codebooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async function generateCodebook(kind: string): Promise<string[]> {
} else if (kind === 'raw-network') {
options.maxNgram = 20;
} else if (kind === 'cosmetic-selector') {
options.maxNgram = 127;
options.maxNgram = 110;
}
const codebook = generate(strings, options);
validateCodebook(codebook, strings);
Expand Down

0 comments on commit b8c3beb

Please sign in to comment.