If a git remote operation times out in the wasm build, we show an error message here:
|
"network request timed out connecting to %s. You can set a longer timeout in seconds using the environment variable %s, the default value is %u seconds.", |
If the GIT_HTTP_TIMEOUT envvar is set to something other than the default value, we should print this current value.
If a git remote operation times out in the wasm build, we show an error message here:
git2cpp/src/wasm/stream.cpp
Line 288 in 769d2f8
If the
GIT_HTTP_TIMEOUTenvvar is set to something other than the default value, we should print this current value.