run exchange with a single thread to avoid DB conflicts
This commit is contained in:
parent
e2f7bc79cd
commit
90adead540
@ -885,7 +885,7 @@ export class ExchangeService implements ExchangeServiceInterface {
|
|||||||
|
|
||||||
this.exchangeHttpProc = this.globalState.spawnService(
|
this.exchangeHttpProc = this.globalState.spawnService(
|
||||||
"taler-exchange-httpd",
|
"taler-exchange-httpd",
|
||||||
["-c", this.configFilename],
|
["-c", this.configFilename, "--num-threads", "1"],
|
||||||
`exchange-httpd-${this.name}`,
|
`exchange-httpd-${this.name}`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user