Skip to content

Commit

Permalink
Update comment to reflect code change
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierdecoster committed May 3, 2017
1 parent 94c9d38 commit ce9a0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ private List<PackageIndexEntity> GetPackages(DateTime? lastIndexTime)

if (lastIndexTime.HasValue)
{
// Retrieve the Latest and LatestStable version of packages if any package for that registration changed since we last updated the index.
// Retrieve the Latest, LatestStable, LatestSemVer2 and LatestStableSemVer2 version of packages if any package for that registration changed since we last updated the index.
// We need to do this because some attributes that we index such as DownloadCount are values in the PackageRegistration table that may
// update independent of the package.
set = set.Where(
Expand Down

0 comments on commit ce9a0a5

Please sign in to comment.