Skip to content

Increase HTTP timeout and log request durations

username-removed-5302 requested to merge net-read-timeout into master

On some GitLab deployments internal API calls regularly take more than 60 seconds (the default HTTP read timeout of Ruby's Net::HTTP). Until we understand the cause of this slowness, by raising the client timeout in gitlab-shell we can at least spare end users having to retry their git pull or git push.

Merge request reports