Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add connect_timeout inside
set_keyspace_blocking
`set_keyspace_blocking` is called from places holding a lock, and in case that the connection is closed from the server side, it might hang forever. using the `connect_timeout` on it to make sure it won't hang forever. Ref: https://github.com/scylladb/scylladb/issues/15661
- Loading branch information