Remove concurrency constraints. Too slow.
This commit is contained in:
parent
831527ee89
commit
51333018ec
@ -29,8 +29,6 @@ services:
|
|||||||
"X-Forwarded-Proto" => "https",
|
"X-Forwarded-Proto" => "https",
|
||||||
"X-Forwarded-Ssl" => "on"
|
"X-Forwarded-Ssl" => "on"
|
||||||
}
|
}
|
||||||
unicorn['worker_processes'] = 2
|
|
||||||
sidekiq['concurrency'] = 10
|
|
||||||
letsencrypt['enable'] = false
|
letsencrypt['enable'] = false
|
||||||
gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '192.168.1.0/24']
|
gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '192.168.1.0/24']
|
||||||
gitlab_rails['smtp_enable'] = true
|
gitlab_rails['smtp_enable'] = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user