diff --git a/conf/gitlab.rb b/conf/gitlab.rb index 5db7e17..019281e 100644 --- a/conf/gitlab.rb +++ b/conf/gitlab.rb @@ -24,3 +24,5 @@ nginx['listen_addresses'] = ["0.0.0.0", "[::]"] # listen on all IPv4 and IPv6 ad unicorn['port'] = __PORTUNICORN__ unicorn['worker_processes'] = 2 + +sidekiq['concurrency'] = 5 # base: 25