mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-05-20 23:40:40 -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,
|
||||
maxTimePeerNoticeMs: 5000,
|
||||
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,
|
||||
testPayoutUnlocked: false,
|
||||
maxConcurrency: getMaxConcurrency()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue