Skip to content

Make editor default to 1x speed#485

Merged
x46085 merged 2 commits intomainfrom
fix/editor-always-real-time-default
Feb 13, 2026
Merged

Make editor default to 1x speed#485
x46085 merged 2 commits intomainfrom
fix/editor-always-real-time-default

Conversation

@x46085
Copy link
Contributor

@x46085 x46085 commented Feb 13, 2026

Note

Low Risk
Small, localized changes to default timing constants and initial stream state; low risk beyond potentially altering expected initial playback speed for existing DBs.

Overview
Makes editor playback always start at 1x real-time by standardizing the initial fixed-rate stream time_step to 1/60s at 60 Hz, regardless of what DbConfig.default_stream_time_step is stored in the DB.

Updates the DB default creation time-step from 1/120s to 1/60s, and clarifies in the server init logic that playback speed is a requester concern (while still persisting a computed default time-step).

Written by Cursor Bugbot for commit 673fe37. This will update automatically on new commits. Configure here.

@x46085 x46085 requested a review from shanecelis February 13, 2026 21:33
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 30109071dc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@x46085 x46085 merged commit 9a000b8 into main Feb 13, 2026
12 checks passed
@x46085 x46085 deleted the fix/editor-always-real-time-default branch February 13, 2026 22:36
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

Comments