Skip to content

Commit

Permalink
schedule: enlarge waiting list cache size (#7559)
Browse files Browse the repository at this point in the history
ref #7963

Signed-off-by: Ryan Leung <rleungx@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
rleungx and ti-chi-bot[bot] authored Apr 16, 2024
1 parent 41ff34b commit f5fd36f
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 f5fd36f

Please sign in to comment.