Skip to content

Commit f4ea587

Browse files
Increased error report threshold to 2 hours
1 parent 96310cf commit f4ea587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urlwatcher/Sources/urlwatcher/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let imagesDirectory = "\(currentPath)/images"
2626
/// The threshold value the bot uses. If the NCC value is below this, a notification is triggered
2727
let nccThreshold = 0.999
2828
/// The duration for which a screenshot capture error has to persist for the user to be notified. Set to 0 to immediately notify on errors
29-
let errorReportMinutes = 30
29+
let errorReportMinutes = 120
3030

3131
print("Starting URL Watcher...")
3232

0 commit comments

Comments
 (0)