pub unsafe extern "C" fn cass_cluster_set_connection_idle_timeout(
    cluster: *mut CassCluster,
    timeout_secs: c_uint
)
Expand description

Sets the amount of time a connection is allowed to be without a successful heartbeat response before being terminated and scheduled for reconnection.

Default: 60 seconds

@public @memberof CassCluster

@param[in] cluster @param[in] timeout_secs