summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Lee Yu <heinrich@gitlab.com>2019-07-29 17:17:17 +0800
committerHeinrich Lee Yu <heinrich@gitlab.com>2019-07-30 13:07:55 +0800
commit49b66a6ade41475d828d2191e5505abd1ce90eee (patch)
treefded1bfce3445e3a17deaf86942ce5f2204aec68
parent52af120fcbd84e743d2d0cf726cdd579a0785cd5 (diff)
downloadgitlab-ce-10726-exporting-issues-size-is-15mb-but-max-is-20mb-ce.tar.gz
Update documentation on CSV export max file size10726-exporting-issues-size-is-15mb-but-max-is-20mb-ce
-rw-r--r--doc/user/project/issues/csv_export.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/issues/csv_export.md b/doc/user/project/issues/csv_export.md
index d3f53c09fb3..27ce3a814f9 100644
--- a/doc/user/project/issues/csv_export.md
+++ b/doc/user/project/issues/csv_export.md
@@ -72,4 +72,4 @@ Data will be encoded with a comma as the column delimiter, with `"` used to quot
## Limitations
-As the issues will be sent as an email attachment, there is a limit on how much data can be exported. Currently this limit is 20MB to ensure successful delivery across a range of email providers. If this limit is reached we suggest narrowing the search before export, perhaps by exporting open and closed issues separately.
+As the issues will be sent as an email attachment, there is a limit on how much data can be exported. Currently this limit is 15MB to ensure successful delivery across a range of email providers. If this limit is reached we suggest narrowing the search before export, perhaps by exporting open and closed issues separately.