You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Looks like opts in lib/request.js should have some value set for timeout so that we don't wait indefinitely for the upstream server to respond. Maybe 30000 (/i.e./, 30 seconds)?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Follow-up from https://phabricator.wikimedia.org/T198348#4321573 and reported in npm/npm#21101 npm/npm#21102 and npm/npm#21103.
Looks like
opts
inlib/request.js
should have some value set fortimeout
so that we don't wait indefinitely for the upstream server to respond. Maybe 30000 (/i.e./, 30 seconds)?The text was updated successfully, but these errors were encountered: