Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-03 09:11:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-03 09:11:13 +0300
commitccbe90951fb75b3527eaaad404e6abb6ed09ca8c (patch)
tree610bb73131ffde9b436635e4ac47f8dded9b91ba /doc/api/settings.md
parent8d9c82762d6c4f10f4d3eba5d484179f98c284b0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/settings.md')
-rw-r--r--doc/api/settings.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md
index 8a9ee3e72d1..91cbbeaf50a 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -400,3 +400,8 @@ 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). |
| `wiki_page_max_content_bytes` | integer | no | Maximum wiki page content size in **bytes**. Default: 52428800 Bytes (50 MB). The minimum value is 1024 bytes. |
+
+### Package Registry: Package file size limits
+
+The package file size limits are not part of the Application settings API.
+Instead, these settings can be accessed using the [Plan limits API](plan_limits.md).