diff --git a/app/install/controller/Index.php b/app/install/controller/Index.php index 0738eaf3bfc80bee7e88110d764409e6b30a425c..6095c5590d82cd4a0e88aa937c61e5744940f407 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, ] ] ];