Skip to content

Commit 0826c4e

Browse files
committed
Lower stall threshold
1 parent 05012f9 commit 0826c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ manage_scan() {
439439
echo "$status" > "$status_file"
440440

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

445445
# force a restart by killing the browser

0 commit comments

Comments
 (0)