[router][grpc] disable health check generation and increase timeout (#11353)

This commit is contained in:
Simo Lin
2025-10-08 22:23:08 -04:00
committed by GitHub
parent 53bd00d975
commit 368fd20622
2 changed files with 5 additions and 73 deletions

View File

@@ -35,7 +35,7 @@ impl SglangSchedulerClient {
};
let channel = Channel::from_shared(http_endpoint)?
.timeout(Duration::from_secs(30))
.timeout(Duration::from_secs(3600))
.http2_keep_alive_interval(Duration::from_secs(30))
.keep_alive_timeout(Duration::from_secs(10))
.keep_alive_while_idle(true)