Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: XZ <834756128@qq.com>
  • Loading branch information
fcgxz2003 committed Feb 1, 2024
1 parent 0f15405 commit 5ad8805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/networktopology/network_topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (
// findProbedCandidateHostsLimit is the limit of find probed candidate hosts.
findProbedCandidateHostsLimit = 50

// defaultScanCountLimit is the default number of work that should be done at every call "Scan" in order to retrieve elements from redis.
// defaultScanCountLimit is the predefined amount of work performed with each 'Scan' operation called when retrieve elements from Redis.
defaultScanCountLimit = 64
)

Expand Down

0 comments on commit 5ad8805

Please sign in to comment.