From 811600560e2a93a0777003bafe1860efb1f94603 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 Jan 2021 00:10:39 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/project_import_export.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/project_import_export.md') diff --git a/doc/api/project_import_export.md b/doc/api/project_import_export.md index 0711cc8abd6..db6a6e52eb2 100644 --- a/doc/api/project_import_export.md +++ b/doc/api/project_import_export.md @@ -194,7 +194,7 @@ requests.post(url, headers=headers, data=data, files=files) NOTE: The maximum import file size can be set by the Administrator, default is `0` (unlimited).. -As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](settings.md#change-application-settings) or the [Admin UI](../user/admin_area/settings/account_and_limit_settings.md). +As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](settings.md#change-application-settings) or the [Admin UI](../user/admin_area/settings/account_and_limit_settings.md). Default [modified](https://gitlab.com/gitlab-org/gitlab/-/issues/251106) from 50MB to 0 in GitLab 13.8. ## Import status -- cgit v1.2.3