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 setTimeout buildup during frequent document updates #855

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Sep 17, 2024

  1. Prevent setTimeout buildup during frequent document updates

    When making many edits to the same document within the disconnectTimeout window (1000ms by default), it's possible to stack a large number of redundant setTimeout calls. This tracks and clears any pending Timeouts when new hooks are fired against the same document.
    entropi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b36346c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    2be4134 View commit details
    Browse the repository at this point in the history