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) {
|
promise = new Ember.RSVP.Promise(function(resolve, reject) {
|
||||||
return store.query('repo', {
|
return store.query('repo', {
|
||||||
'repository.active': 'true',
|
'repository.active': 'true',
|
||||||
limit: 20
|
limit: 30
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
return resolve(repos);
|
return resolve(repos);
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user