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
parseInt(process.env.ADC_INGRESS_FREE_SOCKET_TIMEOUT)??50000,// free socket keepalive for 50 seconds, and if the ADC_INGRESS_FREE_SOCKET_TIMEOUT environment variable is provided, it takes precedence.
25
+
parseInt(process.env.ADC_INGRESS_FREE_SOCKET_TIMEOUT)||50000,// free socket keepalive for 50 seconds, and if the ADC_INGRESS_FREE_SOCKET_TIMEOUT environment variable is provided, it takes precedence.
0 commit comments