summaryrefslogtreecommitdiff
path: root/src/operations/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-11 21:47:35 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-11 21:47:35 +0530
commit857a2b9dcaf64d4298027644f8e6716fa22db941 (patch)
treedc711c998d153a5f3169e71c851adbf5d7ad12ec /src/operations/withdraw.ts
parent277a513a8f9c46392446514e7a37e77e4f4b5327 (diff)
downloadwallet-core-857a2b9dcaf64d4298027644f8e6716fa22db941.tar.gz
wallet-core-857a2b9dcaf64d4298027644f8e6716fa22db941.tar.bz2
wallet-core-857a2b9dcaf64d4298027644f8e6716fa22db941.zip
perf: reserve history in separate object store
Diffstat (limited to 'src/operations/withdraw.ts')
-rw-r--r--src/operations/withdraw.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operations/withdraw.ts b/src/operations/withdraw.ts
index 36b9f1c0f..e1c4ed57c 100644
--- a/src/operations/withdraw.ts
+++ b/src/operations/withdraw.ts
@@ -564,7 +564,7 @@ async function processWithdrawGroupImpl(
// Withdraw coins in batches.
// The batch size is relatively large
- await processInBatches(genWork(), 50);
+ await processInBatches(genWork(), 10);
}
export async function getExchangeWithdrawalInfo(