【优化性能】thinkorm关闭SQL监听日志

This commit is contained in:
huangguancheng 2025-02-10 11:09:57 +08:00
parent e8f957698d
commit ddb2f9e003

View File

@ -54,6 +54,8 @@ return [
'prefix' => '',
// 断线重连
'break_reconnect' => true,
// 关闭SQL监听日志
'trigger_sql' => false,
// 自定义分页类
'bootstrap' => '',
// 'schema' => 'public'// 设置默认 schema