Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2017-12-05 05:32:27 +0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2017-12-06 22:04:22 +0300
commit2b0c1ef216e041f96f64f9951fe14eab4708c046 (patch)
tree442a18ee15c2229ff4cb810f65d8332c13a0a13d /internal/rubyserver
parentc1b609996670c805504e7eb36b98f2b9c605b060 (diff)
Increase default gitaly-ruby connection timeout to 40s
Diffstat (limited to 'internal/rubyserver')
-rw-r--r--internal/rubyserver/rubyserver.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rubyserver/rubyserver.go b/internal/rubyserver/rubyserver.go
index 7e6bfdc9f..8753e213d 100644
--- a/internal/rubyserver/rubyserver.go
+++ b/internal/rubyserver/rubyserver.go
@@ -30,7 +30,7 @@ var (
lazyInit sync.Once
// ConnectTimeout is the timeout for establishing a connection to the gitaly-ruby process.
- ConnectTimeout = 20 * time.Second
+ ConnectTimeout = 40 * time.Second
)
func init() {