commit dce86113b1c1863435e2970e1cf2f03f377ab5f4
parent 4b05ba002ca07eb5722d9f4c5ef7383b48cc752e
Author: Boss Marco <bossm8@bfh.ch>
Date: Wed, 27 Oct 2021 15:56:28 +0200
disable throttling for bench1
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/packages/taler-wallet-cli/src/bench1.ts b/packages/taler-wallet-cli/src/bench1.ts
@@ -40,6 +40,7 @@ export async function runBench1(configJson: any): Promise<void> {
const b1conf = codecForBench1Config().decode(configJson);
const myHttpLib = new NodeHttpLib();
+ myHttpLib.setThrottling(false);
const wallet = await getDefaultNodeWallet({
// No persistent DB storage.
persistentStoragePath: undefined,