summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2019-07-30 19:36:02 +0000
committerMike Greiling <mike@pixelcog.com>2019-07-30 19:36:02 +0000
commitf2a8bfecd658217885b9473e1b89133b496ab65b (patch)
treeaf4fc54b5c804669ae6efaaaa72bc4470c32672a
parent53369f581b112dad27d010957d3a21b4873104af (diff)
parent49b66a6ade41475d828d2191e5505abd1ce90eee (diff)
downloadgitlab-ce-f2a8bfecd658217885b9473e1b89133b496ab65b.tar.gz
Merge branch '10726-exporting-issues-size-is-15mb-but-max-is-20mb-ce' into 'master'
[CE] Resolve "Exporting issues size is 15MB but max is 20MB" See merge request gitlab-org/gitlab-ce!31234
-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.