Skip to content

Commit

Permalink
Update parameters.yaml for new name
Browse files Browse the repository at this point in the history
  • Loading branch information
haoming29 committed Aug 2, 2024
1 parent f13954b commit 56c16c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ description: |+
- "distanceAndLoad": Sorts caches according to both their distance and a calculated load. This is currently a placeholder,
and returns the same ordering as "distance".
- "random": Sorts caches randomly.
- "smart": Sorts caches according to stochastically-generated weights that consider a combination of factors,
- "adaptive": Sorts caches according to stochastically-generated weights that consider a combination of factors,
including a cache's distance from the client, its IO load, and whether the cache already has the requested object.
See details at https://github.com/PelicanPlatform/pelican/discussions/1198
type: string
Expand Down

0 comments on commit 56c16c6

Please sign in to comment.