diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2018-09-06 19:09:19 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2018-09-06 19:09:19 +0000 |
commit | aca0bebe8b62e7acbe86fecbd9557e7c3b805506 (patch) | |
tree | 2e7cb0dd68cb281245dbeb947b80f3f3302c7284 /www/gitlab-ce/files/patch-config_unicorn.rb.example | |
parent | Update devel/gitaly to 0.117.2 which is required for gitlab-ce 11.2.x. (diff) |
Update www/gitlab-ce to 11.2.3.
For a detailed changelog please see here:
https://about.gitlab.com/2018/08/22/gitlab-11-2-released/
https://about.gitlab.com/2018/08/23/gitlab-11-2-1-released/
https://about.gitlab.com/2018/08/28/security-release-gitlab-11-dot-2-dot-2-released/
Approved by: mentors (implicit)
Diffstat (limited to 'www/gitlab-ce/files/patch-config_unicorn.rb.example')
-rw-r--r-- | www/gitlab-ce/files/patch-config_unicorn.rb.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gitlab-ce/files/patch-config_unicorn.rb.example b/www/gitlab-ce/files/patch-config_unicorn.rb.example index b3a531c5e732..d89cd30c789f 100644 --- a/www/gitlab-ce/files/patch-config_unicorn.rb.example +++ b/www/gitlab-ce/files/patch-config_unicorn.rb.example @@ -1,4 +1,4 @@ ---- config/unicorn.rb.example.orig 2017-06-07 20:58:14 UTC +--- config/unicorn.rb.example.orig 2018-08-22 22:40:32 UTC +++ config/unicorn.rb.example @@ -33,12 +33,12 @@ worker_processes 3 @@ -30,5 +30,5 @@ +stderr_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stderr.log" +stdout_path "%%PREFIX%%/www/gitlab-ce/log/unicorn.stdout.log" - # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings - # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow + # Save memory by sharing the application code among multiple Unicorn workers + # with "preload_app true". See: |