Skip to content

Commit

Permalink
Lower stall threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Oct 16, 2023
1 parent 05012f9 commit 0826c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ manage_scan() {
echo "$status" > "$status_file"

# no change in progress and the status file is now stale
elif [ ! "$(find "$status_file" -newermt "15 minutes ago")" ]; then
elif [ ! "$(find "$status_file" -newermt "6 minutes ago")" ]; then
echo "stalled" > "$status_file"

# force a restart by killing the browser
Expand Down

0 comments on commit 0826c4e

Please sign in to comment.