Remove concurrency constraints. Too slow.

This commit is contained in:
Joey Hafner 2022-11-08 23:21:08 -08:00
parent 70805be316
commit bbc75b20a3

View File

@ -29,8 +29,6 @@ services:
"X-Forwarded-Proto" => "https",
"X-Forwarded-Ssl" => "on"
}
unicorn['worker_processes'] = 2
sidekiq['concurrency'] = 10
letsencrypt['enable'] = false
gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '192.168.1.0/24']
gitlab_rails['smtp_enable'] = true