From 00fbf91ecaea486fbdab059f3cb9bf5e82e26d14 Mon Sep 17 00:00:00 2001 From: Devil Date: Sat, 24 Jul 2021 00:12:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=85=B3=E9=97=ADsql=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/install/controller/Index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/install/controller/Index.php b/app/install/controller/Index.php index 0738eaf3b..6095c5590 100755 --- a/app/install/controller/Index.php +++ b/app/install/controller/Index.php @@ -301,9 +301,9 @@ return [ // 是否需要断线重连 'break_reconnect' => false, // 监听SQL - 'trigger_sql' => true, + 'trigger_sql' => false, // 开启字段缓存 - 'fields_cache' => false, + 'fields_cache' => true, ] ] ];