diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-28 14:23:34 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-01-28 14:23:34 +0000 |
commit | 3e5f4a8802d60908fe3bcf56a72afd15e1a4777a (patch) | |
tree | c0f216d842e657a01c85ec031bfbae0a927cbc62 /doc | |
parent | b9bf11ef5f63203c6974c4432553270f7b3d29a1 (diff) | |
download | gitlab-ce-3e5f4a8802d60908fe3bcf56a72afd15e1a4777a.tar.gz |
Add latest changes from gitlab-org/security/gitlab@12-7-stable-ee
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/asciidoc.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/user/asciidoc.md b/doc/user/asciidoc.md index da6bf287955..b4d3cb58e97 100644 --- a/doc/user/asciidoc.md +++ b/doc/user/asciidoc.md @@ -221,11 +221,6 @@ include::basics.adoc[] include::https://example.org/installation.adoc[] ``` -To guarantee good system performance and prevent malicious documents causing -problems, GitLab enforces a **maximum limit** on the number of include directives -processed in any one document. Currently a total of 32 documents can be -included, a number that is inclusive of transitive dependencies. - ### Blocks ```asciidoc |