Closed bwestergard closed 2 years ago
Without this change, the connectTimeout is passed in to the _request function, but ignored in favor of a hardcoded value of 20 * 1000 milliseconds. This allows any timeout duration to be set.
connectTimeout
_request
20 * 1000
Without this change, the
connectTimeout
is passed in to the_request
function, but ignored in favor of a hardcoded value of20 * 1000
milliseconds. This allows any timeout duration to be set.