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
78e7fa44
Commit
78e7fa44
authored
Aug 11, 2021
by
Jake Lear
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update issue rate limit docs to include information about epics
parent
28492522
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/user/admin_area/settings/rate_limit_on_issues_creation.md
...user/admin_area/settings/rate_limit_on_issues_creation.md
+3
-1
No files found.
doc/user/admin_area/settings/rate_limit_on_issues_creation.md
View file @
78e7fa44
...
...
@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28129) in GitLab 12.10.
This setting allows you to rate limit the requests to the issue
creation endpoint
.
This setting allows you to rate limit the requests to the issue
and epic creation endpoints
.
To can change its value:
1.
On the top bar, select
**Menu >**
**{admin}**
**Admin**
.
...
...
@@ -22,6 +22,8 @@ For example, if you set a limit of 300, requests using the
[
Projects::IssuesController#create
](
https://gitlab.com/gitlab-org/gitlab/raw/master/app/controllers/projects/issues_controller.rb
)
action exceeding a rate of 300 per minute are blocked. Access to the endpoint is allowed after one minute.
When using
[
epics
](
../../group/epics/index.md
)
, epic creation will share this rate limit with issues.
![
Rate limits on issues creation
](
img/rate_limit_on_issues_creation_v14_2.png
)
This limit is:
...
...
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