mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-16 17:14:13 -05:00
feat(gui): Display timelock status using a timeline (#153)
This commit is contained in:
parent
3e79bb3712
commit
4cf5cf719a
22 changed files with 499 additions and 343 deletions
|
|
@ -1327,7 +1327,8 @@ impl CheckMoneroNodeArgs {
|
|||
|
||||
static CLIENT: Lazy<reqwest::Client> = Lazy::new(|| {
|
||||
reqwest::Client::builder()
|
||||
.timeout(Duration::from_secs(30))
|
||||
// This function is called very frequently, so we set the timeout to be short
|
||||
.timeout(Duration::from_secs(5))
|
||||
.https_only(false)
|
||||
.build()
|
||||
.expect("reqwest client to work")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue