Adjust logging. Added tcp ping
This commit is contained in:
@@ -155,7 +155,8 @@ impl FurumiClient {
|
||||
.timeout(Duration::from_secs(30))
|
||||
.concurrency_limit(256)
|
||||
.tcp_keepalive(Some(Duration::from_secs(60)))
|
||||
.http2_keep_alive_interval(Duration::from_secs(60));
|
||||
.http2_keep_alive_interval(Duration::from_secs(60))
|
||||
.keep_alive_while_idle(true);
|
||||
|
||||
let channel = if is_https {
|
||||
info!("TLS enabled (encryption only, certificate verification disabled)");
|
||||
|
||||
Reference in New Issue
Block a user