Skip to content

Commit

Permalink
remove duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Nov 29, 2024
1 parent 730f2a9 commit d4c6fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/sdk-common/src/breez_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ impl BreezServer {
Ok(Endpoint::from_shared(server_url.to_string())?
.http2_keep_alive_interval(Duration::new(5, 0))
.tcp_keepalive(Some(Duration::from_secs(5)))
.http2_keep_alive_interval(Duration::from_secs(5))
.keep_alive_timeout(Duration::from_secs(5))
.keep_alive_while_idle(true))
}
Expand Down

0 comments on commit d4c6fae

Please sign in to comment.