Download 30 repos for the lefthand sidebar

This commit is contained in:
Piotr Sarnacki 2016-03-03 14:58:19 +01:00
parent 65967c10e1
commit 596217b14e

View File

@ -216,7 +216,7 @@ Repo.reopenClass({
promise = new Ember.RSVP.Promise(function(resolve, reject) {
return store.query('repo', {
'repository.active': 'true',
limit: 20
limit: 30
}).then(function() {
return resolve(repos);
}, function() {