Download 30 repos for the lefthand sidebar
This commit is contained in:
parent
65967c10e1
commit
596217b14e
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user