Skip to content

Commit

Permalink
feat: change DefaultSchedulerFilterParentLimit to 15 (#2932)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <gaius.qi@gmail.com>
  • Loading branch information
gaius-qi authored Dec 8, 2023
1 parent f8d538b commit 8e839e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scheduler/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
DefaultSchedulerCandidateParentLimit = 4

// DefaultSchedulerFilterParentLimit is default limit the number for filter parent.
DefaultSchedulerFilterParentLimit = 40
DefaultSchedulerFilterParentLimit = 15
)

const (
Expand Down
2 changes: 1 addition & 1 deletion scheduler/resource/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
FailedPeerCountLimit = 200

// Peer count limit for task.
PeerCountLimitForTask = 700
PeerCountLimitForTask = 500
)

const (
Expand Down

0 comments on commit 8e839e4

Please sign in to comment.