File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
files/gitlab-cookbooks/gitlab/templates/default Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -112,13 +112,6 @@ worker_timeout <%= @worker_timeout %>
112
112
# https://github.com/puma/puma/blob/master/5.0-Upgrade.md#lower-latency-better-throughput
113
113
wait_for_less_busy_worker ENV.fetch('PUMA_WAIT_FOR_LESS_BUSY_WORKER', 0.001).to_f
114
114
115
- # nakayoshi_fork was removed in Puma 6.0: https://github.com/puma/puma/issues/2258
116
- # https://github.com/puma/puma/blob/master/5.0-Upgrade.md#nakayoshi_fork
117
- if Gem::Version.new(Puma::Const::PUMA_VERSION).canonical_segments.first == 5 &&
118
- ENV['DISABLE_PUMA_NAKAYOSHI_FORK'] != 'true'
119
- nakayoshi_fork
120
- end
121
-
122
115
# Use customised JSON formatter for Puma log
123
116
require_relative "<%= @install_dir %> /embedded/service/gitlab-rails/lib/gitlab/puma_logging/json_formatter"
124
117
You can’t perform that action at this time.
0 commit comments