We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05012f9 commit 0826c4eCopy full SHA for 0826c4e
main.sh
@@ -439,7 +439,7 @@ manage_scan() {
439
echo "$status" > "$status_file"
440
441
# no change in progress and the status file is now stale
442
- elif [ ! "$(find "$status_file" -newermt "15 minutes ago")" ]; then
+ elif [ ! "$(find "$status_file" -newermt "6 minutes ago")" ]; then
443
echo "stalled" > "$status_file"
444
445
# force a restart by killing the browser
0 commit comments