mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Change Ping intervals of list-sellers to 24h instead of 100y
This commit is contained in:
parent
7c2c1319bc
commit
5f70144c63
@ -25,7 +25,7 @@ pub async fn list_sellers(
|
||||
ping: Ping::new(
|
||||
PingConfig::new()
|
||||
.with_keep_alive(false)
|
||||
.with_interval(Duration::from_secs(3_154_000_000)),
|
||||
.with_interval(Duration::from_secs(86_400)),
|
||||
),
|
||||
};
|
||||
let mut swarm = swarm::cli(identity, tor_socks5_port, behaviour).await?;
|
||||
|
Loading…
Reference in New Issue
Block a user