Open
Description
This would directly correspond to cass_cluster_set_queue_size_io
.
We even have a TODO
in our code regarding this: https://github.com/scylladb/scylla-rust-driver/blob/v1.1.0/scylla/src/network/connection.rs#L453-L454.
By default we currently set the size to 1024. OTOH, cpp-driver sets this value to 8192 by detault. Maybe it is something to consider.