Commit 4e90eab9 authored by Eugenia Grieff's avatar Eugenia Grieff

Chage default value for issues_create_limit

parent 5d465c31
......@@ -755,11 +755,8 @@ the `weight` parameter:
## Rate limits
To help avoid abuse, users are limited to:
| Request Type | Limit |
| ---------------- | --------------------------- |
| Create | 300 issues per minute |
To help avoid abuse, users can be limited to a specific number of `Create` request per minute.
See [Issues rate limits](../user/admin_area/settings/rate_limit_on_issues_creation.md).
## Edit issue
......
......@@ -367,5 +367,5 @@ are listed in the descriptions of the relevant settings.
| `version_check_enabled` | boolean | no | Let GitLab inform you when an update is available. |
| `web_ide_clientside_preview_enabled` | boolean | no | Live Preview (allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview). |
| `snippet_size_limit` | integer | no | Max snippet content size in **bytes**. Default: 52428800 Bytes (50MB).|
| `issues_create_limit` | integer | no | Max number of issue creation requests per minute per user. Default: 300. To disable throttling set to 0.|
| `issues_create_limit` | integer | no | Max number of issue creation requests per minute per user. Disabled by ddefault.|
| `raw_blob_request_limit` | integer | no | Max number of requests per minute for each raw path. Default: 300. To disable throttling set to 0.|
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