Skip to content

Commit

Permalink
fix: Lower Expected Min Length (#170)
Browse files Browse the repository at this point in the history
Lowers the `FETCH_PSL_EXPECTED_MIN_LENGTH` to fix occasional AssertionErrors. This is just a quick fix. The root cause is yet to be found.
  • Loading branch information
atsui-affinity authored Aug 10, 2024
1 parent 2885a45 commit 0f62b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ export const PUBLIC_SUFFIX_MARKER_ICANN_END = "// ===END ICANN DOMAINS===";
export const PUBLIC_SUFFIX_MARKER_PRIVATE_START =
"// ===BEGIN PRIVATE DOMAINS===";
export const PUBLIC_SUFFIX_MARKER_PRIVATE_END = "// ===END PRIVATE DOMAINS===";
export const FETCH_PSL_EXPECTED_MIN_LENGTH = 313200;
export const FETCH_PSL_EXPECTED_MIN_LENGTH = 313150;

0 comments on commit 0f62b8e

Please sign in to comment.