We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fb1467 commit 2478874Copy full SHA for 2478874
1 file changed
Sources/App/Commands/Alerting.swift
@@ -22,9 +22,9 @@ import Vapor
22
enum Alerting {
23
static let defaultLimit = 2000
24
static let defaultTimePeriod = 2
25
- // CHECK_MON_001 has to run on a longer time period, because it currently takes ~4h to visit every package
+ // CHECK_MON_001 has to run on a longer time period, because it currently takes ~8h to visit every package
26
// during analysis. With a window shorter than that, they query will always report errors.
27
- static let checkMon001TimePeriod: TimeAmount = .hours(6)
+ static let checkMon001TimePeriod: TimeAmount = .hours(9)
28
29
struct Command: AsyncCommand {
30
var help: String { "Application level alerting" }
0 commit comments