fix 503 error with stopOnFailure: false

This commit is contained in:
woodser 2024-05-05 15:11:52 -04:00
parent 48fc01e249
commit 23b21153d8

View File

@ -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()