mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-26 02:36:20 -05:00
fix(wallet): Increase request_timeout to 7s, min_retries to 10 for Electrum load balancer (#402)
This commit is contained in:
parent
0f57136362
commit
5f58669915
3 changed files with 5 additions and 3 deletions
|
|
@ -120,7 +120,7 @@ export default function UpdaterDialog() {
|
|||
<Dialog
|
||||
fullWidth
|
||||
maxWidth="sm"
|
||||
open={availableUpdate.available}
|
||||
open={availableUpdate?.available}
|
||||
onClose={hideNotification}
|
||||
>
|
||||
<DialogTitle>Update Available</DialogTitle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue