Commit ae3146bf authored by Ash McKenzie's avatar Ash McKenzie

Merge branch 'sh-bump-geo-proxy-timeout' into 'master'

Geo: Increase HTTP read timeout of proxy requests to 60 s

See merge request gitlab-org/gitlab-ee!14671
parents c7f876b0 8f9d36b5
---
title: 'Geo: Increase HTTP read timeout of proxy requests to 60 s'
merge_request: 14671
author:
type: changed
......@@ -3,7 +3,7 @@
module Gitlab
module Geo
class GitPushSSHProxy
HTTP_READ_TIMEOUT = 10
HTTP_READ_TIMEOUT = 60
INFO_REFS_CONTENT_TYPE = 'application/x-git-upload-pack-request'.freeze
PUSH_CONTENT_TYPE = 'application/x-git-receive-pack-request'.freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment