Skip to content

Commit

Permalink
check_dead.sh: increase cache to 50,000 domains
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 6, 2024
1 parent 4d4cf4e commit 1f4dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_dead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ cleanup() {
find . -maxdepth 1 -type f -name "*.tmp" -delete

# Call shell wrapper to prune old entries from dead domains file
$FUNCTION --prune-lines "$DEAD_DOMAINS" 20000
$FUNCTION --prune-lines "$DEAD_DOMAINS" 50000
}

# Entry point
Expand Down

0 comments on commit 1f4dda7

Please sign in to comment.