数据库配置关闭sql监听

feat/task1-c-wallet
Devil 2021-07-24 00:12:12 +08:00
parent a5a18f7c45
commit 00fbf91eca
1 changed files with 2 additions and 2 deletions

View File

@ -301,9 +301,9 @@ return [
// 是否需要断线重连 // 是否需要断线重连
'break_reconnect' => false, 'break_reconnect' => false,
// 监听SQL // 监听SQL
'trigger_sql' => true, 'trigger_sql' => false,
// 开启字段缓存 // 开启字段缓存
'fields_cache' => false, 'fields_cache' => true,
] ]
] ]
]; ];