pub unsafe extern "C" fn cass_cluster_set_queue_size_io(
    cluster: *mut CassCluster,
    queue_size: c_uint
) -> CassError
Expand description

Sets the size of the fixed size queue that stores pending requests.

Default: 8192

@public @memberof CassCluster

@param[in] cluster @param[in] queue_size @return CASS_OK if successful, otherwise an error occurred.