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

feat: throttle chart updates for reduced jank #1793

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

matthiasn
Copy link
Owner

@matthiasn matthiasn commented Aug 9, 2024

This PR adds throttling updates to the calendar view when new entries are created or are coming in from sync, as the data processing required is rather expensive. With this change, the processing is done at most once every 5 seconds.

@matthiasn matthiasn merged commit 76c4ded into main Aug 9, 2024
4 checks passed
@matthiasn matthiasn deleted the feat/throttle_chart_updates branch August 9, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant