git2::opts

Function get_server_timeout_in_milliseconds

Source
pub unsafe fn get_server_timeout_in_milliseconds() -> Result<c_int, Error>
Expand description

Get server timeout in milliseconds

ยงSafety

This function is modifying a C global without synchronization, so it is not thread safe, and should only be called before any thread is spawned.