Skip to content

Commit 2478874

Browse files
committed
Update checkMon001TimePeriod to reflect increased amount of time it takes to visit all packages
1 parent 9fb1467 commit 2478874

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/App/Commands/Alerting.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import Vapor
2222
enum Alerting {
2323
static let defaultLimit = 2000
2424
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
25+
// CHECK_MON_001 has to run on a longer time period, because it currently takes ~8h to visit every package
2626
// during analysis. With a window shorter than that, they query will always report errors.
27-
static let checkMon001TimePeriod: TimeAmount = .hours(6)
27+
static let checkMon001TimePeriod: TimeAmount = .hours(9)
2828

2929
struct Command: AsyncCommand {
3030
var help: String { "Application level alerting" }

0 commit comments

Comments
 (0)