Skip to content

Timeout remote version checking

Neil Shah-Quinn (WMF) requested to merge github/fork/milimetric/master into master

Created by: milimetric

In places where this remote checking can't work, like restricted networks, it will attempt until the connection is closed, which can take minutes. In the vast majority of cases it shouldn't take more than 1 second, so setting that timeout to let it fail fast in those cases.

Merge request reports