From b6629987ab03233b158f2b7a96e06980c0656cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 25 Apr 2023 22:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Traits/QueryTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Traits/QueryTrait.php b/Traits/QueryTrait.php index 04d40c3..da1bf40 100644 --- a/Traits/QueryTrait.php +++ b/Traits/QueryTrait.php @@ -32,7 +32,7 @@ trait QueryTrait public array $join = []; public array $order = []; public int $offset = 0; - public int $limit = 500; + public int $limit = 50; public string $group = ''; public string $from = ''; public string $alias = 't1';