mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-07-24 15:25:31 -04:00
increase max time peer notice to 6s
This commit is contained in:
parent
0cd3c54e37
commit
10862656e3
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ const defaultTradeConfig: Partial<TradeContext> = {
|
||||||
disputeReason: DisputeResult.Reason.PEER_WAS_LATE,
|
disputeReason: DisputeResult.Reason.PEER_WAS_LATE,
|
||||||
disputeSummary: "Seller is winner",
|
disputeSummary: "Seller is winner",
|
||||||
walletSyncPeriodMs: 5000,
|
walletSyncPeriodMs: 5000,
|
||||||
maxTimePeerNoticeMs: 5000,
|
maxTimePeerNoticeMs: 6000,
|
||||||
testChatMessages: true,
|
testChatMessages: true,
|
||||||
stopOnFailure: false, // TODO: setting to true can cause error: Http response at 400 or 500 level, http status code: 503
|
stopOnFailure: false, // TODO: setting to true can cause error: Http response at 400 or 500 level, http status code: 503
|
||||||
testPayoutConfirmed: true,
|
testPayoutConfirmed: true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue