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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-11-21 20:13:21 +0300
committerNick Thomas <nick@gitlab.com>2017-11-21 20:32:37 +0300
commitafd5911557051c4dae652b386c7a91f746ff18a5 (patch)
tree4b6e6e866fb2d15c095fc55c100d5a2a23d88452 /config/gitlab.yml.example
parent4ebe69600fd7ae9da6fb419d76dd5267d9c3b8ca (diff)
Set the default gitlab-shell timeout to 3 hours
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 7547ba4a8fa..7f6e68ceed6 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -559,8 +559,8 @@ production: &base
upload_pack: true
receive_pack: true
- # Git import/fetch timeout
- # git_timeout: 800
+ # Git import/fetch timeout, in seconds. Defaults to 3 hours.
+ # git_timeout: 10800
# If you use non-standard ssh port you need to specify it
# ssh_port: 22