gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 03/11: disable throttling for bench1


From: gnunet
Subject: [taler-wallet-core] 03/11: disable throttling for bench1
Date: Thu, 18 Nov 2021 13:52:39 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository wallet-core.

commit dce86113b1c1863435e2970e1cf2f03f377ab5f4
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Wed Oct 27 15:56:28 2021 +0200

    disable throttling for bench1
---
 packages/taler-wallet-cli/src/bench1.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-wallet-cli/src/bench1.ts 
b/packages/taler-wallet-cli/src/bench1.ts
index 55558a28..6a1e0d91 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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]