presentation

This commit is contained in:
2022-06-18 15:44:06 +01:00
parent 519a4fbd46
commit 2d5438c943
7 changed files with 61 additions and 7846 deletions

View File

@ -45,10 +45,11 @@ namespace isnd.Controllers
latest = latest,
pkgid = pkgid,
totalHits = packageVersion.Count(),
data = packageVersion.Take(10).ToArray()
data = packageVersion.Take(MAX_PKG_VERSION_LIST).ToArray()
});
}
const int MAX_PKG_VERSION_LIST = 50;
}
}