[router][grpc] Remove timeout for connections and remove max_tokens deprecation warning log (#11775)

This commit is contained in:
Chang Su
2025-10-17 12:36:36 -07:00
committed by GitHub
parent b79f75fd53
commit d1984e218c
2 changed files with 0 additions and 2 deletions

View File

@@ -132,7 +132,6 @@ impl SglangSchedulerClient {
};
let channel = Channel::from_shared(http_endpoint)?
.timeout(Duration::from_secs(3600)) // 1 hr timeout for connection
.http2_keep_alive_interval(Duration::from_secs(30))
.keep_alive_timeout(Duration::from_secs(10))
.keep_alive_while_idle(true)