Commit d64b5136 authored by Cynthia Ng's avatar Cynthia Ng Committed by Mike Jang

Add missing import/export settings

parent 3542fcac
......@@ -611,6 +611,13 @@ dropped and users get
To help avoid abuse, project and group imports, exports, and export downloads are rate limited. See [Project import/export rate limits](../../user/project/settings/import_export.md#rate-limits) and [Group import/export rate limits](../../user/group/settings/import_export.md#rate-limits) for details.
GitLab.com Import/Export Rate Limits are set to the default except:
| Setting | GitLab.com | Default |
|:-------------------------------------------------|:-----------|:--------|
| Max Project Export requests per minute per user | 1 | 6 |
| Max Group Export requests per minute per user | 1 | 6 |
### Non-configurable limits
See [non-configurable limits](../../security/rate_limits.md#non-configurable-limits) for information on
......
......@@ -121,10 +121,12 @@ For example:
## Rate Limits
To help avoid abuse, users are rate limited to:
To help avoid abuse, by default, users are rate limited to:
| Request Type | Limit |
| ---------------- | ---------------------------------------- |
| Export | 30 groups every 5 minutes |
| Download export | 10 downloads per group every 10 minutes |
| Import | 30 groups every 5 minutes |
| Export | 6 groups per minute |
| Download export | 1 download per group per minute |
| Import | 6 groups per minute |
Please note that GitLab.com may have [different settings](../../gitlab_com/index.md#importexport) from the defaults.
......@@ -191,12 +191,14 @@ As described in the API documentation, the query may return an import error or e
If you have a larger project, consider using a Rake task, as described in our [developer documentation](../../../development/import_project.md#importing-via-a-rake-task).
## Rate limits
## Rate Limits
To help avoid abuse, users are rate limited to:
To help avoid abuse, by default, users are rate limited to:
| Request Type | Limit |
| ---------------- | ----------------------------------------- |
| Export | 30 projects per 5 minutes |
| Download export | 10 downloads per project every 10 minutes |
| Import | 30 projects per 5 minutes |
| Request Type | Limit |
| ---------------- | ---------------------------------------- |
| Export | 6 projects per minute |
| Download export | 1 download per group per minute |
| Import | 6 projects per minute |
Please note that GitLab.com may have [different settings](../../gitlab_com/index.md#importexport) from the defaults.
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