increment history page size
This commit is contained in:
parent
41ea294b80
commit
9847898152
1 changed files with 2 additions and 1 deletions
|
|
@ -864,7 +864,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
}
|
||||
|
||||
self.updateLocalTxHistory = function(client, cb) {
|
||||
var requestLimit = 6;
|
||||
var requestLimit = 5;
|
||||
var walletId = client.credentials.walletId;
|
||||
var config = configService.getSync().wallet.settings;
|
||||
|
||||
|
|
@ -913,6 +913,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$timeout(function() {
|
||||
$rootScope.$apply();
|
||||
});
|
||||
requestLimit = 50;
|
||||
getNewTxs(newTxs, skip, i_cb);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue