@@ -117,7 +117,7 @@ func ExploreTrending(c *context.Context) {
repos, count, err := models.SearchRepositoryByName(&models.SearchRepoOptions{
UserID: c.UserID(),
OrderBy: "num_stars DESC",
- PageSize: 10,
+ PageSize: 15,
})
if err != nil {
c.ServerError("SearchRepositoryByName", err)