We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcc204 commit 4b5aa28Copy full SHA for 4b5aa28
1 file changed
bin/validate-links.mts
@@ -38,7 +38,7 @@ console.log(`Found ${cachedKeys.size} cached links!`);
38
// this might help us catch any changed links
39
let purgedKeys = 0;
40
for (const cachedKey of cachedKeys) {
41
- if (Math.random() < 0.1) {
+ if (Math.random() < 0.2) {
42
cachedKeys.delete(cachedKey);
43
purgedKeys++;
44
}
0 commit comments