From b99b6f2a250e167264421ef68f61cf1a31212113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 3 Jul 2026 22:23:17 +0400 Subject: [PATCH] =?UTF-8?q?chore:=20relever=20maxLimit=20de=20100=20=C3=A0?= =?UTF-8?q?=20200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/api.js b/config/api.js index 62f8b65..094b398 100644 --- a/config/api.js +++ b/config/api.js @@ -1,7 +1,7 @@ module.exports = { rest: { defaultLimit: 25, - maxLimit: 100, + maxLimit: 200, withCount: true, }, };