Skip to content

Commit

Permalink
more large wallet handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsujlangston committed Sep 24, 2018
1 parent 5342fe2 commit bd4e942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcore-node/src/models/walletAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class WalletAddress extends BaseModel<IWalletAddress> {
}
});
await Promise.all(
partition(txUpdates, txUpdates.length/8).map(txUpdate => {
partition(txUpdates, txUpdates.length/16).map(txUpdate => {
return TransactionModel.collection.bulkWrite(txUpdate, { ordered: false });
})
)
Expand Down

0 comments on commit bd4e942

Please sign in to comment.