Skip to content

Commit

Permalink
feat: change peer count limit for task (#3107)
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 Mar 8, 2024
1 parent bb064c5 commit 5b52296
Showing 1 changed file with 1 addition and 1 deletion.
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 = 500
PeerCountLimitForTask = 300
)

const (
Expand Down

0 comments on commit 5b52296

Please sign in to comment.