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

Prevent overlapping sync accumulator persists #2392

Merged
merged 3 commits into from
May 21, 2022

Commits on May 21, 2022

  1. prevent overlapping sync accumulator persists

    add a flag to stop the sync worker trying to persist to indexeddb
    if there are already persists in flight. accumulates user presence
    updates in RAM to stop them being lost if the persist is skipped.
    
    hopefully fixes https://github.com/vector-im/element-web/issues/21541
    ara4n committed May 21, 2022
    Configuration menu
    Copy the full SHA
    66adc2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ac1d07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c12932b View commit details
    Browse the repository at this point in the history