From 5f626b8d5ef28441c4df6c57d736730b5c54512b Mon Sep 17 00:00:00 2001 From: Devil Date: Sun, 29 Aug 2021 14:20:21 +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=AD=E5=AD=97=E6=AE=B5=E7=BC=93=E5=AD=98=EF=BC=8C?= =?UTF-8?q?=E5=BC=80=E5=90=AF=20sql=20=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 2776c587d..d4c13618e 100755 --- a/app/install/controller/Index.php +++ b/app/install/controller/Index.php @@ -305,9 +305,9 @@ return [ // 是否需要断线重连 'break_reconnect' => false, // 监听SQL - 'trigger_sql' => false, + 'trigger_sql' => true, // 开启字段缓存 - 'fields_cache' => true, + 'fields_cache' => false, ] ] ];