mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2024-12-24 23:09:26 -05:00
fix 503 error with stopOnFailure: false
This commit is contained in:
parent
48fc01e249
commit
23b21153d8
@ -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…
Reference in New Issue
Block a user