summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-08 17:50:09 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-02-08 17:50:09 +0100
commit97abcd21442bfa70cf41003f2c307d30c0f98cbf (patch)
treebcbb053a6a838124a14f396d3d5bd3753d93dc50
parent121f9f40e14fc02c3896a9a32b3755e0926d7e2a (diff)
downloadgitlab-ce-one-unicorn-is-enough.tar.gz
Change suggested by Rémyone-unicorn-is-enough
-rw-r--r--doc/install/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 6be909692af..c7f0dcfcfd8 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -88,7 +88,7 @@ So for a machine with 2 cores, 3 unicorn workers is ideal.
For all machines that have 1GB and up we recommend a minimum of three unicorn workers.
If you have a 512MB machine we recommend to configure only one Unicorn worker to prevent excessive swapping.
-Since GitLab 8.0 one Unicorn worker will still allow all functionality (git access over ssh and http) because of [GitLab Workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse/).
+Since GitLab 8.0 one Unicorn worker will still allow all functionality (git access over ssh and http) thanks to [GitLab Workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse/).
To change the Unicorn workers when you have the Omnibus package please see [the Unicorn settings in the Omnibus GitLab documentation](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/unicorn.md#unicorn-settings).