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
Enable users to configure ConnectTimeout, SocketTimeout in DSN and Connector.
Thrift translates ConnectTimeout, SocketTimeout to DialTimeout
and Conn.SetDeadline respectively.
In addition, if SocketTimeout is less than any deadline in the provided context, Thrift will retry reads (not writes!) up to the context deadline in SocketTimeout increments. Thrift ignores context in all other cases!
The text was updated successfully, but these errors were encountered:
Enable users to configure ConnectTimeout, SocketTimeout in DSN and Connector.
Thrift translates ConnectTimeout, SocketTimeout to DialTimeout
and Conn.SetDeadline respectively.
In addition, if SocketTimeout is less than any deadline in the provided context, Thrift will retry reads (not writes!) up to the context deadline in SocketTimeout increments. Thrift ignores context in all other cases!
The text was updated successfully, but these errors were encountered: