Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui/message-logs: use a sane limit for the max num of graph points #3479

Merged
merged 2 commits into from
Nov 22, 2023

Conversation

Forfold
Copy link
Contributor

@Forfold Forfold commented Nov 22, 2023

Reduces the limit from 1000 intervals on the graph to a max of 75. This still allows for weekly intervals for a full year (52) and all the minutes in an hour (60), but not by day for a full year (365), which is non-performant especially when segmentation is introduced in #3296, where more data is being loaded for each interval duration.

@mastercactapus
Copy link
Member

should pass on rebuild now that it has the fix from master

@Forfold
Copy link
Contributor Author

Forfold commented Nov 22, 2023

What fix are you referring to @mastercactapus?

Edit: Looks like he's referring to #3476

@Forfold Forfold merged commit 5349999 into master Nov 22, 2023
@Forfold Forfold deleted the message-logs-limits branch November 22, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants