From 953d1f3c7a336f8a1aec8ec61b2e930d783570a6 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 22 Aug 2017 13:26:38 +0200 Subject: [PATCH] Add new repository keys to gitlab.yml - https://gitlab.com/gitlab-org/gitlab-ce/blob/9-5-stable/config/gitlab.yml.example#L509 --- assets/runtime/config/gitlabhq/gitlab.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/runtime/config/gitlabhq/gitlab.yml b/assets/runtime/config/gitlabhq/gitlab.yml index f0935b89..974e2a98 100644 --- a/assets/runtime/config/gitlabhq/gitlab.yml +++ b/assets/runtime/config/gitlabhq/gitlab.yml @@ -493,6 +493,10 @@ production: &base default: path: {{GITLAB_REPOS_DIR}}/ gitaly_address: unix:/home/git/gitlab/tmp/sockets/private/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) + failure_count_threshold: 10 # number of failures before stopping attempts + failure_wait_time: 30 # Seconds after an access failure before allowing access again + failure_reset_time: 1800 # Time in seconds to expire failures + storage_timeout: 5 # Time in seconds to wait before aborting a storage access attempt ## Backup settings backup: