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

Chunked IndexedDB puts #1317

Merged
merged 1 commit into from
May 6, 2024
Merged

Chunked IndexedDB puts #1317

merged 1 commit into from
May 6, 2024

Conversation

anttimaki
Copy link
Collaborator

This is a speculative fix for an issue where at least one user receives "Maximum IPC message size exceeded" error in this phase of the process in SplashMixin.

The performance hit from this seem to mimimal, although the variance seems high when it comes to timing IndexedDB operations. Something similar might be done soon anyway when the package list fetching is split into chunks too.

This is a speculative fix for an issue where at least one user receives
"Maximum IPC message size exceeded" error in this phase of the process
in SplashMixin.

The performance hit from this seem to mimimal, although the variance
seems high when it comes to timing IndexedDB operations. Something
similar might be done soon anyway when the package list fetching is
split into chunks too.
@anttimaki anttimaki requested a review from MythicManiac May 2, 2024 14:22
Base automatically changed from array-utils-switcheroo to develop May 6, 2024 06:45
@anttimaki anttimaki merged commit 70111c5 into develop May 6, 2024
7 checks passed
@anttimaki anttimaki deleted the chunked-indexeddb-puts branch May 6, 2024 06:45
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