From 2b8e34a9fcd86102dfd96637662a43b5014025be Mon Sep 17 00:00:00 2001
From: Mathieu Courtois <mathieu.courtois@edf.fr>
Date: Tue, 2 Jul 2024 16:08:06 +0200
Subject: [PATCH] [#33868] increase limit to the 50 last changes in docaster
 history

---
 lib/api_doc/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/api_doc/__init__.py b/lib/api_doc/__init__.py
index a704a9b..e19a8c6 100644
--- a/lib/api_doc/__init__.py
+++ b/lib/api_doc/__init__.py
@@ -25,7 +25,7 @@ RE_KEY = re.compile(
 RE_TXT = re.compile("<.*?>", re.M)
 
 
-def changelog_doc(key, folder=None, limit=20):
+def changelog_doc(key, folder=None, limit=50):
     """Return the changelogs for a document.
 
     Arguments:
-- 
GitLab