Skip to content

Commit

Permalink
reduce page size on dashboard from 100 repos per page to 25
Browse files Browse the repository at this point in the history
this improves the initial page load speed dramatically.
  • Loading branch information
Igor Wiedler committed Mar 14, 2018
1 parent 08be548 commit 798afd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = function (environment) {
}

ENV.pagination = {
dashboardReposPerPage: 100,
dashboardReposPerPage: 25,
profileReposPerPage: 25,
};

Expand Down

0 comments on commit 798afd7

Please sign in to comment.