scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

cluster: global request client timeout #151

Closed muzarski closed 3 months ago

muzarski commented 3 months ago

This PR implements cass_cluster_set_request_timeout.

In addition, it adjusts the default request client timeout, according to documentation in cassandra.h.

Pre-review checklist

Lorak-mmk commented 3 months ago

@wprzytula I'll let you merge so that you can read the newest changes