You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`GRPC_SERVER_MAX_CONNECTION_AGE_IN_SECONDS`| int |`1800`| Maximum connection lifetime with ±10% jitter. Set to `-1` to disable this limit |
70
70
|`GRPC_SERVER_MAX_CONNECTION_AGE_GRACE_IN_SECONDS`| int |`30`| Grace period after max connection age before force-closing. Set to `-1` to disable this limit |
71
71
72
-
To allow connections to remain open indefinitely, disable both `GRPC_SERVER_MAX_CONNECTION_IDLE_IN_SECONDS` and `GRPC_SERVER_MAX_CONNECTION_AGE_IN_SECONDS`.
72
+
To allow connections to remain open indefinitely, set both `GRPC_SERVER_MAX_CONNECTION_IDLE_IN_SECONDS` and `GRPC_SERVER_MAX_CONNECTION_AGE_IN_SECONDS` to `-1`.
0 commit comments