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

Change the frequency at which messages are prefetched #1297

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

jacob-js
Copy link
Member

Instead of prefetching the entire message list when the mailbox loads, these changes only prefetch the next and previous messages relative to the one currently displayed.

This is a workaround for the issue of the server processing multiple requests synchronously (as mentioned in #1279), which prevents it from handling further actions. This leads to high load times when message content is requested, especially when the mailbox is displayed for the first time with a large list of messages.

@jacob-js jacob-js merged commit a548bdd into cypht-org:master Oct 23, 2024
6 checks passed
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