presentation
This commit is contained in:
parent
519a4fbd46
commit
2d5438c943
7 changed files with 61 additions and 7846 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue