Skip to content

Commit

Permalink
Merge branch 'master' into support_ut_build_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot[bot] authored Apr 16, 2024
2 parents aab8a5c + f5fd36f commit d4b06d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/schedule/checker/checker_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
)

// DefaultCacheSize is the default length of waiting list.
const DefaultCacheSize = 1000
const DefaultCacheSize = 100000

var denyCheckersByLabelerCounter = labeler.LabelerEventCounter.WithLabelValues("checkers", "deny")

Expand Down

0 comments on commit d4b06d2

Please sign in to comment.