Commit 788946bf authored by Fabio Pitino's avatar Fabio Pitino

Merge branch '352232-increase-threshold-limit' into 'master'

Increase threshold limit for pipelines creation

See merge request gitlab-org/gitlab!85373
parents 5cd2e65f 5d2b16a7
......@@ -42,7 +42,7 @@ module Gitlab
search_rate_limit: { threshold: -> { application_settings.search_rate_limit }, interval: 1.minute },
search_rate_limit_unauthenticated: { threshold: -> { application_settings.search_rate_limit_unauthenticated }, interval: 1.minute },
gitlab_shell_operation: { threshold: 600, interval: 1.minute },
pipelines_create: { threshold: 4, interval: 1.minute }
pipelines_create: { threshold: 25, interval: 1.minute }
}.freeze
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment