From 5f04d9264402bc19f3e8889a77504642206bafdc Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 3 Nov 2023 09:56:45 +0100 Subject: [PATCH] chore: remove debugging code --- .../core/src/Api/Controller/AbstractSerializeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Api/Controller/AbstractSerializeController.php b/framework/core/src/Api/Controller/AbstractSerializeController.php index 2b8579cc14..2c65d74f08 100644 --- a/framework/core/src/Api/Controller/AbstractSerializeController.php +++ b/framework/core/src/Api/Controller/AbstractSerializeController.php @@ -55,7 +55,7 @@ abstract class AbstractSerializeController implements RequestHandlerInterface /** * The number of records included by default. */ - public int $limit = 40; + public int $limit = 20; /** * The fields that are available to be sorted by.