diff options
author | Nick Thomas <nick@gitlab.com> | 2017-11-21 17:13:21 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-11-21 17:32:37 +0000 |
commit | afd5911557051c4dae652b386c7a91f746ff18a5 (patch) | |
tree | 4b6e6e866fb2d15c095fc55c100d5a2a23d88452 /config/gitlab.yml.example | |
parent | 4ebe69600fd7ae9da6fb419d76dd5267d9c3b8ca (diff) | |
download | gitlab-ce-afd5911557051c4dae652b386c7a91f746ff18a5.tar.gz |
Set the default gitlab-shell timeout to 3 hours
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
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 |