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
path: root/doc
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-28 17:23:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-28 17:23:34 +0300
commit3e5f4a8802d60908fe3bcf56a72afd15e1a4777a (patch)
treec0f216d842e657a01c85ec031bfbae0a927cbc62 /doc
parentb9bf11ef5f63203c6974c4432553270f7b3d29a1 (diff)
Add latest changes from gitlab-org/security/gitlab@12-7-stable-ee
Diffstat (limited to 'doc')
-rw-r--r--doc/user/asciidoc.md5
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