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(replay): Add experimental option to allow for a checkout every 6 minutes #13069

Merged
merged 5 commits into from
Sep 10, 2024

Commits on Jul 29, 2024

  1. feat(replay): Add experimental option to allow for a checkout every 6…

    … minutes
    
    Including more checkouts will improve replayer scrubbing since it will reduce the number of mutations that need to be processed (especially for longer replays). The downside is that it will increase the size of replays since we will have up to 9 more snapshots per replay (max replay duration is 60 minutes / 6 minute checkouts).
    billyvg committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eb8ed5f View commit details
    Browse the repository at this point in the history
  2. add test

    billyvg committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e791ff4 View commit details
    Browse the repository at this point in the history
  3. remove dupe segment 0 check

    billyvg committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9014dbc View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 10, 2024

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