set SSH timeout

This commit is contained in:
Mark
2024-01-18 23:13:14 -05:00
parent 25e2b9d8c2
commit 392e380463
2 changed files with 7 additions and 2 deletions

View File

@@ -490,8 +490,7 @@ typedef enum {
*
* opts(GIT_OPT_SET_SERVER_CONNECT_TIMEOUT, int timeout)
* > Sets the timeout (in milliseconds) to attempt connections to
* > a remote server. This is supported only for HTTP(S) connections
* > and is not supported by SSH. Set to 0 to use the system default.
* > a remote server. Set to 0 to use the system default.
* > Note that this may not be able to be configured longer than the
* > system default, typically 75 seconds.
*