@@ -15,7 +15,7 @@ performance, data, or could even exhaust the allocated resources for the applica
Rate limits can be used to improve the security and durability of GitLab.
For example, a simple script can make thousands of web requests per second. Whether malicious, apathetic, or just a bug, your application and infrastructure may not be able to cope with the load. Rate limits can help mitigate these types of attacks.
For example, one script can make thousands of web requests per second. Whether malicious, apathetic, or just a bug, your application and infrastructure may not be able to cope with the load. Rate limits can help to mitigate these types of attacks.
Read more about [configuring rate limits](../security/rate_limits.md) in the Security documentation.
...
...
@@ -25,17 +25,17 @@ Read more about [configuring rate limits](../security/rate_limits.md) in the Sec
This setting limits the request rate to the issue creation endpoint.
Read more on[issue creation rate limits](../user/admin_area/settings/rate_limit_on_issues_creation.md).
Read more about[issue creation rate limits](../user/admin_area/settings/rate_limit_on_issues_creation.md).
-**Default rate limit** - Disabled by default
-**Default rate limit**: Disabled by default.
### By User or IP
This setting limits the request rate per user or IP.
Read more on[User and IP rate limits](../user/admin_area/settings/user_and_ip_rate_limits.md).
Read more about[User and IP rate limits](../user/admin_area/settings/user_and_ip_rate_limits.md).
-**Default rate limit** - Disabled by default
-**Default rate limit**: Disabled by default.
### By raw endpoint
...
...
@@ -43,9 +43,9 @@ Read more on [User and IP rate limits](../user/admin_area/settings/user_and_ip_r
This setting limits the request rate per endpoint.
Read more on[raw endpoint rate limits](../user/admin_area/settings/rate_limits_on_raw_endpoints.md).
Read more about[raw endpoint rate limits](../user/admin_area/settings/rate_limits_on_raw_endpoints.md).
-**Default rate limit** - 300 requests per project, per commit and per file path
-**Default rate limit**: 300 requests per project, per commit and per file path.
### By protected path
...
...
@@ -65,9 +65,9 @@ GitLab rate limits the following paths by default:
'/admin/session'
```
Read more on[protected path rate limits](../user/admin_area/settings/protected_paths.md).
Read more about[protected path rate limits](../user/admin_area/settings/protected_paths.md).
-**Default rate limit** - After 10 requests, the client must wait 60 seconds before trying again
-**Default rate limit**: After 10 requests, the client must wait 60 seconds before trying again.
### Package Registry
...
...
@@ -76,7 +76,7 @@ Read more on [protected path rate limits](../user/admin_area/settings/protected_
This setting limits the request rate on the Packages API per user or IP. For more information, see
Read more on[import/export rate limits](../user/admin_area/settings/import_export_rate_limits.md).
Read more about[import/export rate limits](../user/admin_area/settings/import_export_rate_limits.md).
### Rack attack
...
...
@@ -101,9 +101,9 @@ This method of rate limiting is cumbersome, but has some advantages. It allows
throttling of specific paths, and is also integrated into Git and container
registry requests.
Read more on the [Rack Attack initializer](../security/rack_attack.md) method of setting rate limits.
Read more about the [Rack Attack initializer](../security/rack_attack.md) method of setting rate limits.
-**Default rate limit** - Disabled
-**Default rate limit**: Disabled.
### Member Invitations
...
...
@@ -116,11 +116,11 @@ Limit the maximum daily member invitations allowed per group hierarchy.
Clone traffic can put a large strain on your Gitaly service. To prevent such workloads from overwhelming your Gitaly server, you can set concurrency limits in Gitaly's configuration file.
Read more on[Gitaly concurrency limits](gitaly/configure_gitaly.md#limit-rpc-concurrency).
Read more about[Gitaly concurrency limits](gitaly/configure_gitaly.md#limit-rpc-concurrency).
-**Default rate limit** - Disabled
-**Default rate limit**: Disabled.
## Number of comments per issue, merge request or commit
## Number of comments per issue, merge request, or commit
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/22388) in GitLab 12.4.
...
...
@@ -129,7 +129,7 @@ merge request, or commit. When the limit is reached, system notes can still be
added so that the history of events is not lost, but user-submitted comments
will fail.
-**Max limit:** 5.000 comments
-**Max limit**: 5,000 comments.
## Size of comments and descriptions of issues, merge requests, and epics
...
...
@@ -141,7 +141,7 @@ item will not be created.
It's possible that this limit will be changed to a lower number in the future.
-**Max size:** ~1 million characters / ~1 MB
-**Max size**: ~1 million characters / ~1 MB.
## Size of commit titles and descriptions
...
...
@@ -161,7 +161,7 @@ The maximum number of issues loaded on the milestone overview page is 500.
When the number exceeds the limit the page displays an alert and links to a paginated
[issue list](../user/project/issues/managing_issues.md) of all issues in the milestone.
-**Limit:** 500 issues
-**Limit**: 500 issues.
## Number of pipelines per Git push
...
...
@@ -183,13 +183,13 @@ Activity history for projects and individuals' profiles was limited to one year
There is a limit when embedding metrics in GFM for performance reasons.
-**Max limit:** 100 embeds
-**Max limit**: 100 embeds.
## Number of webhooks
On GitLab.com, the [maximum number of webhooks and their size](../user/gitlab_com/index.md#webhooks) per project, and per group, is limited.
To set this limit on a self-managed installation, where the default is `100` project webhooks and `50` group webhooks, run the following in the
To set this limit for a self-managed installation, where the default is `100` project webhooks and `50` group webhooks, run the following in the
@@ -559,7 +559,7 @@ Set the limit to `0` to disable it.
## Snippets limits
See the [documentation on Snippets settings](snippets/index.md).
See the [documentation about Snippets settings](snippets/index.md).
## Design Management limits
...
...
@@ -596,14 +596,14 @@ More information can be found in the [Push event activities limit and bulk push
On GitLab.com, the maximum file size for a package that's uploaded to the [GitLab Package Registry](../user/packages/package_registry/index.md) varies by format:
- Conan: 5GB
- Generic: 5GB
- Maven: 5GB
- npm: 5GB
- NuGet: 5GB
- PyPI: 5GB
- Conan: 5GB
- Generic: 5GB
- Maven: 5GB
- npm: 5GB
- NuGet: 5GB
- PyPI: 5GB
To set this limit on a self-managed installation, run the following in the
To set this limit for a self-managed installation, run the following in the