Commit c47502ba authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'rack-timeout-seconds' into 'master'

Docs: GITLAB_RAILS_RACK_TIMEOUT is in seconds

See merge request gitlab-org/gitlab!74849
parents 06229875 23116ce4
...@@ -113,7 +113,7 @@ is used when Puma is enabled. ...@@ -113,7 +113,7 @@ is used when Puma is enabled.
NOTE: NOTE:
Unlike Unicorn, the `puma['worker_timeout']` setting does not set the maximum request duration. Unlike Unicorn, the `puma['worker_timeout']` setting does not set the maximum request duration.
To change the worker timeout: To change the worker timeout to 600 seconds:
1. Edit `/etc/gitlab/gitlab.rb`: 1. Edit `/etc/gitlab/gitlab.rb`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment