pub unsafe extern "C" fn cass_cluster_set_new_request_ratio(
    cluster: *mut CassCluster,
    ratio: cass_int32_t
) -> CassError
Expand description

Sets the ratio of time spent processing new requests versus handling the I/O and processing of outstanding requests. The range of this setting is 1 to 100, where larger values allocate more time to processing new requests and smaller values allocate more time to processing outstanding requests.

Default: 50

@public @memberof CassCluster

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