mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-22 07:04:24 +00:00
perf:默认关闭监听SQL
This commit is contained in:
parent
4aedb56b14
commit
67e084e2e9
@ -53,7 +53,7 @@ return [
|
||||
// 是否需要断线重连
|
||||
'break_reconnect' => true,
|
||||
// 监听SQL
|
||||
'trigger_sql' => env('app_debug', true),
|
||||
'trigger_sql' => env('app_debug', false),
|
||||
// 开启字段缓存
|
||||
'fields_cache' => false,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user