Skip to content

Commit 172b611

Browse files
committed
fix rename
1 parent d374280 commit 172b611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPC/ConnectionPool/PooledChannel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ internal final class PooledChannel: GRPCChannel {
116116
connectionTarget: configuration.target,
117117
connectionKeepalive: configuration.keepalive,
118118
connectionIdleTimeout: configuration.idleTimeout,
119-
connectionMaxAge: configuration.maxAge,
119+
connectionMaxAge: configuration.maxConnectionAge,
120120
tlsMode: tlsMode,
121121
tlsConfiguration: configuration.transportSecurity.tlsConfiguration,
122122
httpTargetWindowSize: configuration.http2.targetWindowSize,

0 commit comments

Comments
 (0)