Skip to content

Commit e6a5e05

Browse files
update docs
1 parent 9b74abf commit e6a5e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/best-practices/prevent-ui-crashes-from-large-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
OpenObserve does not restrict the number of records returned or the length of the time range in a query. You can query a few minutes or a longer time range, depending on your data retention settings (by default, 1 year, may vary by configuration).
22

33
!!! warning
4-
Queries that return a **large number of records** or **generate a large payload** can overload the browser. This may cause the UI to crash, particularly on the **Log Search** page or in **Dashboard panels**.
4+
Queries that return a **large number of records** or **generate a large payload size** can overload the browser. This may cause the UI to crash, particularly on the **Log Search** page or in **Dashboard panels**.
55

66
This typically happens when:
77

0 commit comments

Comments
 (0)