mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-22 22:40:42 -04:00
fix 503 error with stopOnFailure: false
This commit is contained in:
parent
48fc01e249
commit
23b21153d8
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ const defaultTradeConfig: Partial<TradeContext> = {
|
||||||
walletSyncPeriodMs: 5000,
|
walletSyncPeriodMs: 5000,
|
||||||
maxTimePeerNoticeMs: 5000,
|
maxTimePeerNoticeMs: 5000,
|
||||||
testChatMessages: true,
|
testChatMessages: true,
|
||||||
stopOnFailure: true,
|
stopOnFailure: false, // TODO: setting to true can cause error: Http response at 400 or 500 level, http status code: 503
|
||||||
testPayoutConfirmed: true,
|
testPayoutConfirmed: true,
|
||||||
testPayoutUnlocked: false,
|
testPayoutUnlocked: false,
|
||||||
maxConcurrency: getMaxConcurrency()
|
maxConcurrency: getMaxConcurrency()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue