gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: run exchange with a single th


From: gnunet
Subject: [taler-wallet-core] branch master updated: run exchange with a single thread to avoid DB conflicts
Date: Tue, 18 Aug 2020 16:08:23 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 90adead5 run exchange with a single thread to avoid DB conflicts
90adead5 is described below

commit 90adead540fb1b33786a32b055c9176df1db1785
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Aug 18 19:38:17 2020 +0530

    run exchange with a single thread to avoid DB conflicts
---
 packages/taler-integrationtests/src/harness.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-integrationtests/src/harness.ts 
b/packages/taler-integrationtests/src/harness.ts
index 753e10e7..df2d9f2e 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -885,7 +885,7 @@ export class ExchangeService implements 
ExchangeServiceInterface {
 
     this.exchangeHttpProc = this.globalState.spawnService(
       "taler-exchange-httpd",
-      ["-c", this.configFilename],
+      ["-c", this.configFilename, "--num-threads", "1"],
       `exchange-httpd-${this.name}`,
     );
   }

-- 
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]