increase send payment timeout
This commit is contained in:
parent
6d4dfddae8
commit
faeefdc498
|
@ -192,5 +192,5 @@ export const EXTRA_LONG_POLL_INTERVAL = Number(process.env.NEXT_PUBLIC_EXTRA_LON
|
||||||
|
|
||||||
export const ZAP_UNDO_DELAY_MS = 5_000
|
export const ZAP_UNDO_DELAY_MS = 5_000
|
||||||
|
|
||||||
export const WALLET_SEND_PAYMENT_TIMEOUT_MS = 15_000
|
export const WALLET_SEND_PAYMENT_TIMEOUT_MS = 150_000
|
||||||
export const WALLET_CREATE_INVOICE_TIMEOUT_MS = 15_000
|
export const WALLET_CREATE_INVOICE_TIMEOUT_MS = 15_000
|
||||||
|
|
Loading…
Reference in New Issue