From ffd8d73f414a1baa04c6f0dcdb31363545bb3059 Mon Sep 17 00:00:00 2001
From: Ash McKenzie <amckenzie@gitlab.com>
Date: Wed, 17 Apr 2024 15:17:54 +0000
Subject: [PATCH] Clarify Snippet limits

---
 doc/user/snippets.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/user/snippets.md b/doc/user/snippets.md
index 59a8e998b786f..1e6dd7477e2c5 100644
--- a/doc/user/snippets.md
+++ b/doc/user/snippets.md
@@ -251,6 +251,7 @@ GitLab forwards the spam to Akismet.
 
 ### Snippet limitations
 
+- There are no limits as to how many snippets you can create.
 - Binary files are not supported.
 - Creating or deleting branches is not supported. Only the default branch is used.
 - Git tags are not supported in snippet repositories.
@@ -258,8 +259,7 @@ GitLab forwards the spam to Akismet.
   than 10 files results in an error.
 - Revisions are not visible to the user on the GitLab UI, but [an issue exists](https://gitlab.com/gitlab-org/gitlab/-/issues/39271)
   for updates.
-- The default [maximum size for a snippet](../administration/snippets/index.md)
-  is 50 MB.
+- The default [maximum size for a snippet](../administration/snippets/index.md) and current (as of 2024-04-17) is 50 MB.
 - Git LFS is not supported.
 
 ### Reduce snippets repository size
-- 
GitLab