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, ] ] ];