Commit 5d2b16a7 authored by Marius Bobin's avatar Marius Bobin

Increase threshold limit for pipelines creation

parent 6e40d109
......@@ -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