Time to enable the expression engine.

This commit is contained in:
James Cole
2024-07-26 04:19:49 +02:00
parent 8538741341
commit ad3b0bb320
3 changed files with 73 additions and 65 deletions

View File

@@ -225,7 +225,7 @@ return [
'show_copy' => false, // Show copy button next to the query,
'slow_threshold' => false, // Only track queries that last longer than this time in ms
'memory_usage' => false, // Show queries memory usage
'soft_limit' => 100, // After the soft limit, no parameters/backtrace are captured
'soft_limit' => 250, // After the soft limit, no parameters/backtrace are captured
'hard_limit' => 500, // After the hard limit, queries are ignored
],
'mail' => [