Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5d2b16a7
Commit
5d2b16a7
authored
Apr 19, 2022
by
Marius Bobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase threshold limit for pipelines creation
parent
6e40d109
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/gitlab/application_rate_limiter.rb
lib/gitlab/application_rate_limiter.rb
+1
-1
No files found.
lib/gitlab/application_rate_limiter.rb
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment