diff options
author | Boss Marco <bossm8@bfh.ch> | 2021-10-27 15:56:28 +0200 |
---|---|---|
committer | Boss Marco <bossm8@bfh.ch> | 2021-10-27 15:56:28 +0200 |
commit | dce86113b1c1863435e2970e1cf2f03f377ab5f4 (patch) | |
tree | 304d70225c016ec869e64acb69cb1161e3f931c0 | |
parent | 4b05ba002ca07eb5722d9f4c5ef7383b48cc752e (diff) |
disable throttling for bench1
-rw-r--r-- | packages/taler-wallet-cli/src/bench1.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/bench1.ts b/packages/taler-wallet-cli/src/bench1.ts index 55558a284..6a1e0d915 100644 --- 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, |