mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-01 17:00:21 +08:00
fix(gateway): 补充 example 中缺失的 idle_timeout 字段
This commit is contained in:
@@ -104,6 +104,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
TunnelControlPlaneClient::new(args.app_base_url),
|
||||
TunnelConnConfig {
|
||||
ping_interval,
|
||||
idle_timeout: Duration::from_secs(0),
|
||||
outbound_queue_capacity,
|
||||
},
|
||||
args.max_streams,
|
||||
|
||||
Reference in New Issue
Block a user