We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4491bd commit 46134e1Copy full SHA for 46134e1
lib/services/wallet-api/index.js
@@ -714,7 +714,7 @@ WalletService.prototype._endpointGetTransactions = function() {
714
};
715
716
var missingTxidCount = 0;
717
- var txStream = new Transform({ objectMode: true, highWaterMark: 1000000 });
+ var txStream = new Transform({ objectMode: true, highWaterMark: 100 });
718
//txids are sent in and the actual tx's are found here
719
txStream._transform = function(chunk, enc, callback) {
720
@@ -1399,4 +1399,3 @@ WalletService.prototype.getRoutePrefix = function() {
1399
1400
1401
module.exports = WalletService;
1402
-
0 commit comments