Skip to content

Commit 546c0a3

Browse files
committed
Add query limits
1 parent bd4245c commit 546c0a3

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/collectors.md

+14
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,20 @@ This will update in the interface. You also have an option to navigate to mysqle
147147

148148
![Query On-demand Explain](img/query-explain.gif)
149149

150+
151+
#### Query limits
152+
153+
<!-- md:version v3.10.0 -->
154+
<!-- md:feature options.db.soft_limit -->
155+
<!-- md:feature options.db.hard_limit -->
156+
<!-- md:flag experimental -->
157+
158+
With Query Hard & Soft limits, you can reduce the amount of queries shown by default. When the soft limit is reached, bindings will be excluded.
159+
When the hard limit is reached, the queries are excluded altogether to prevent loading too much data.
160+
If you want to avoid any limits, you can set the option to `null`
161+
162+
![Query Limits](img/query-limits.png)
163+
150164
### RouteCollector
151165

152166
This shows the current route and middleware.

docs/img/query-limits.png

314 KB
Loading

0 commit comments

Comments
 (0)