Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-16 21:09:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-16 21:09:00 +0300
commit5c4df0629a70c28eb479b513a3e6860e7a35d1c9 (patch)
treef9a661c7358b4265b2a479d62365154139f951e4 /sidekiq_cluster
parentc1f98d9590def61ad2fca09cc06a7a9d52cdebc5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'sidekiq_cluster')
-rw-r--r--sidekiq_cluster/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sidekiq_cluster/cli.rb b/sidekiq_cluster/cli.rb
index 42454a20907..23b05bf2d16 100644
--- a/sidekiq_cluster/cli.rb
+++ b/sidekiq_cluster/cli.rb
@@ -195,7 +195,7 @@ module Gitlab
abort opt.to_s
end
- opt.on('-m', '--max-concurrency INT', 'Maximum threads to use with Sidekiq (default: 50, 0 to disable)') do |int|
+ opt.on('-m', '--max-concurrency INT', 'Maximum threads to use with Sidekiq (default: 20, 0 to disable)') do |int|
@max_concurrency = int.to_i
end