Skip to content
Snippets Groups Projects
Commit efae4ee8 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Move unicorn settings documentation to CE docs

parent b9131bfd
No related branches found
No related tags found
1 merge request!825WIP: Move unicorn settings documentation to CE docs
# Unicorn settings
 
If you need to adjust the Unicorn timeout or the number of workers you can use
the following settings in `/etc/gitlab/gitlab.rb`.
Run `sudo gitlab-ctl reconfigure` for the change to take effect.
```ruby
unicorn['worker_processes'] = 3
unicorn['worker_timeout'] = 60
```
This document was moved to <http://docs.gitlab.com/ce/administration/unicorn.hmtl>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment