Skip to content

Commit 3dea989

Browse files
authored
Add db.slow_threshold to default config (#1375)
1 parent 06b16ee commit 3dea989

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/debugbar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@
198198
'types' => ['SELECT'], // Deprecated setting, is always only SELECT
199199
],
200200
'hints' => false, // Show hints for common mistakes
201-
'show_copy' => false, // Show copy button next to the query
201+
'show_copy' => false, // Show copy button next to the query,
202+
'slow_threshold' => false, // Only track queries that last longer than this time in ms
202203
],
203204
'mail' => [
204205
'full_log' => false,

0 commit comments

Comments
 (0)