Improve timeouts of compatibility check

This commit is contained in:
Daniel
2023-08-04 14:09:53 +02:00
parent ec36dc1d0d
commit a76e659989
3 changed files with 6 additions and 6 deletions

View File

@@ -236,7 +236,7 @@ func (issue *appIssue) notify(proc *process.Process) {
}
const (
notifyThresholdMinIncidents = 11
notifyThresholdMinIncidents = 10
notifyThresholdResetAfter = 2 * time.Minute
)