dpiPool_setMaxSessionsPerShard

Function dpiPool_setMaxSessionsPerShard 

Source
pub unsafe extern "C" fn dpiPool_setMaxSessionsPerShard(
    pool: *mut dpiPool,
    value: u32,
) -> c_int
Expand description

Sets the maximum number of sessions per shard.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.