You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This exposes the popularity transfer data on the `/search/query` endpoint. It also exposes the popularity transfer metadata on the `/search/diag` endpoint. This will later be used to monitor popularity transfer's staleness.
I also introduced a new type, `PopularityTransferData` to remove the usage of `SortedDictionary<string, SortedSet<string>>` and remove the need to check case insensitivity for popularity transfers.
Addresses NuGet/NuGetGallery#7903
This exposes the popularity transfer data on the `/search/query` endpoint. It also exposes the popularity transfer metadata on the `/search/diag` endpoint. This will later be used to monitor popularity transfer's staleness.
I also introduced a new type, `PopularityTransferData` to remove the usage of `SortedDictionary<string, SortedSet<string>>` and remove the need to check case insensitivity for popularity transfers.
Addresses NuGet/NuGetGallery#7903
Expose popularity transfers on the
/search/query
endpoint.Expose the popularity transfer auxiliary file metadata on the
/search/diag
endpoint.Consider decreasing the auxiliary file reload cadence to something like once every 10 minutes.
The text was updated successfully, but these errors were encountered: