Skip to content

Commit

Permalink
Add db.slow_threshold to default config (barryvdh#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
decadence authored Feb 4, 2023
1 parent 06b16ee commit 3dea989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
'types' => ['SELECT'], // Deprecated setting, is always only SELECT
],
'hints' => false, // Show hints for common mistakes
'show_copy' => false, // Show copy button next to the query
'show_copy' => false, // Show copy button next to the query,
'slow_threshold' => false, // Only track queries that last longer than this time in ms
],
'mail' => [
'full_log' => false,
Expand Down

0 comments on commit 3dea989

Please sign in to comment.